Skip to content

Commit 9ba76a4

Browse files
authored
Merge pull request #131 from DefangLabs/110-bullmq-bull-board-redis-sample
Update BullMQ Redis Hostname
2 parents eeb06a7 + e8a4ada commit 9ba76a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

samples/bullmq-bullboard-redis/compose.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
target: 3000
99
published: 3000
1010
environment:
11-
- REDIS=redis://redisx.lio.ecs.internal:6379
11+
- REDIS=redis://redisx:6379
1212
- BOARD_PASSWORD
1313
- QUEUE
1414
depends_on:
@@ -23,7 +23,7 @@ services:
2323
target: 3001
2424
published: 3001
2525
environment:
26-
- REDIS=redis://redisx.lio.ecs.internal:6379
26+
- REDIS=redis://redisx:6379
2727
- QUEUE
2828
depends_on:
2929
- redis
@@ -35,7 +35,7 @@ services:
3535
context: ./worker
3636
dockerfile: Dockerfile
3737
environment:
38-
- REDIS=redis://redisx.lio.ecs.internal:6379
38+
- REDIS=redis://redisx:6379
3939
- QUEUE
4040
healthcheck:
4141
test: ["CMD", "wget", "-q", "--spider", "127.0.0.1:3000"]

0 commit comments

Comments
 (0)