separate images, no more .env

This commit is contained in:
msramalho
2025-02-10 23:49:08 +00:00
parent 6f3d3427c8
commit 37ebba73bf
6 changed files with 38 additions and 11 deletions

View File

@@ -6,6 +6,7 @@ services:
volumes:
- ./app:/aa-api/app # for --reload to work
environment:
- ENVIRONMENT_FILE=.env.dev
- SERVE_LOCAL_ARCHIVE=/aa-api/app/local_archive # See orchestration.yaml local_storage.save_to
- ALLOWED_ORIGINS=["http://localhost:8000","http://localhost:8004","http://localhost:8081","chrome-extension://ojcimmjndnlmmlgnjaeojoebaceokpdp"]
- USER_GROUPS_FILENAME=/aa-api/app/user-groups.dev.yaml
@@ -20,7 +21,6 @@ services:
- ./app:/aa-api/app # for watchmedo
redis:
command: redis-server /conf/redis.conf --requirepass ${REDIS_PASSWORD}
restart: "no"
env_file: .env.dev
ports: