simplifies dev compose and removes bad redis command - was no longer working since other containers try to use credentials

This commit is contained in:
msramalho
2023-09-15 01:04:37 +01:00
parent 67e97d9d5f
commit bbab27ff3c

View File

@@ -2,10 +2,15 @@ version: '3.8'
services:
web:
restart: "no"
environment:
- SERVE_LOCAL_ARCHIVE=/app/local_archive # See orchestration.yaml local_storage.save_to
- ALLOWED_ORIGINS=http://localhost:8004
worker:
restart: "no"
redis:
command: redis-server /conf/redis.conf
restart: "no"
ports:
- 6379:6379