adds health check and new env logic

This commit is contained in:
msramalho
2024-10-17 13:09:50 +01:00
parent 1a3273da7e
commit f2a14abb17
5 changed files with 31 additions and 3 deletions

View File

@@ -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