mirror of
https://github.com/bellingcat/auto-archiver-api.git
synced 2026-06-11 04:58:33 +03:00
adds health check and new env logic
This commit is contained in:
@@ -1,15 +1,19 @@
|
||||
services:
|
||||
web:
|
||||
restart: "no"
|
||||
env_file: src/.env.dev
|
||||
environment:
|
||||
- SERVE_LOCAL_ARCHIVE=/app/local_archive # See orchestration.yaml local_storage.save_to
|
||||
- ALLOWED_ORIGINS=http://localhost:8004,chrome-extension://ojcimmjndnlmmlgnjaeojoebaceokpdp
|
||||
- API_BEARER_TOKEN=dev-api-bearer-token
|
||||
- USER_GROUPS_FILENAME=user-groups.dev.yaml
|
||||
|
||||
worker:
|
||||
restart: "no"
|
||||
env_file: src/.env.dev
|
||||
|
||||
redis:
|
||||
restart: "no"
|
||||
env_file: src/.env.dev
|
||||
ports:
|
||||
- 6379:6379
|
||||
|
||||
Reference in New Issue
Block a user