dc: fix redis connection
This commit is contained in:
parent
f5df061b42
commit
7e98934fe0
1 changed files with 2 additions and 2 deletions
|
@ -14,12 +14,12 @@ services:
|
||||||
image: ghcr.io/genudine/saerro/api:latest
|
image: ghcr.io/genudine/saerro/api:latest
|
||||||
pull_policy: always
|
pull_policy: always
|
||||||
ports:
|
ports:
|
||||||
- 80:8000
|
- 8000:80
|
||||||
links:
|
links:
|
||||||
- redis
|
- redis
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- REDIS_ADDR=redis://redis:6379
|
- REDIS_HOST=redis
|
||||||
- ROCKET_ADDRESS=0.0.0.0
|
- ROCKET_ADDRESS=0.0.0.0
|
||||||
|
|
||||||
ws_pc:
|
ws_pc:
|
||||||
|
|
Loading…
Add table
Reference in a new issue