Skip to content

Commit 0b723bc

Browse files
committed
rename redis service
1 parent 3e0a9b7 commit 0b723bc

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

samples/bullmq-bullboard-redis/compose.yaml

Lines changed: 4 additions & 5 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://redis:6379
11+
- REDIS=redis://redisx.lio.ecs.internal: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://redis:6379
26+
- REDIS=redis://redisx.lio.ecs.internal:6379
2727
- QUEUE
2828
depends_on:
2929
- redis
@@ -35,18 +35,17 @@ services:
3535
context: ./worker
3636
dockerfile: Dockerfile
3737
environment:
38-
- REDIS=redis://redis:6379
38+
- REDIS=redis://redisx.lio.ecs.internal:6379
3939
- QUEUE
4040
healthcheck:
4141
test: ["CMD", "wget", "-q", "--spider", "127.0.0.1:3000"]
4242
depends_on:
4343
- redis
4444

45-
redis:
45+
redisx:
4646
image: redis:6.2
4747
x-defang-redis: true
4848
restart: unless-stopped
4949
ports:
5050
- mode: host
5151
target: 6379
52-

0 commit comments

Comments
 (0)