add REDIS_HOST environment variable to backend

to comply fully with `docker-compose.yaml`
This commit is contained in:
rasdani
2023-01-05 16:15:20 +01:00
committed by GitHub
parent aa09245f73
commit d379193bed
+1
View File
@@ -79,6 +79,7 @@
network_mode: oasst
env:
POSTGRES_HOST: oasst-postgres
REDIS_HOST: oasst-redis
DEBUG_ALLOW_ANY_API_KEY: "true"
DEBUG_USE_SEED_DATA: "true"
MAX_WORKERS: "1"