mirror of
https://github.com/bellingcat/auto-archiver-api.git
synced 2026-06-11 04:58:33 +03:00
documents and simplifies how .env and .user-groups are passed to the images
This commit is contained in:
@@ -4,7 +4,8 @@ services:
|
||||
restart: "no"
|
||||
env_file: .env.dev
|
||||
volumes:
|
||||
- ./app:/aa-api/app # for --reload to work
|
||||
- ./app/web:/aa-api/app/web # for --reload to work
|
||||
- ./app/shared:/aa-api/app/shared # for --reload to work
|
||||
environment:
|
||||
- ENVIRONMENT_FILE=.env.dev
|
||||
- SERVE_LOCAL_ARCHIVE=/aa-api/app/local_archive # See orchestration.yaml local_storage.save_to
|
||||
@@ -18,7 +19,8 @@ services:
|
||||
restart: "no"
|
||||
env_file: .env.dev
|
||||
volumes:
|
||||
- ./app:/aa-api/app # for watchmedo
|
||||
- ./app/worker:/aa-api/app/worker # for watchmedo to work
|
||||
- ./app/shared:/aa-api/app/shared # for watchmedo to work
|
||||
|
||||
redis:
|
||||
restart: "no"
|
||||
|
||||
Reference in New Issue
Block a user