Move dev configs to their own file

This commit is contained in:
Lilia Kai
2023-09-06 14:53:36 +02:00
parent 91762f58b7
commit 43144330a7
2 changed files with 11 additions and 5 deletions

11
docker-compose.dev.yml Normal file
View File

@@ -0,0 +1,11 @@
version: '3.8'
services:
web:
environment:
- SERVE_LOCAL_ARCHIVE=/app/local_archive # See orchestration.yaml local_storage.save_to
- ALLOWED_ORIGINS=http://localhost:8004
redis:
command: redis-server /conf/redis.conf
ports:
- 6379:6379