dc: fix redis connection

This commit is contained in:
41666 2022-11-23 16:02:24 -05:00
parent f5df061b42
commit 7e98934fe0

View file

@ -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: