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: services:
web: web:
restart: "no"
environment: environment:
- SERVE_LOCAL_ARCHIVE=/app/local_archive # See orchestration.yaml local_storage.save_to - SERVE_LOCAL_ARCHIVE=/app/local_archive # See orchestration.yaml local_storage.save_to
- ALLOWED_ORIGINS=http://localhost:8004 - ALLOWED_ORIGINS=http://localhost:8004
worker:
restart: "no"
redis: redis:
command: redis-server /conf/redis.conf restart: "no"
ports: ports:
- 6379:6379 - 6379:6379