mirror of
https://github.com/bellingcat/auto-archiver-api.git
synced 2026-06-08 03:28:35 +03:00
20 lines
515 B
YAML
20 lines
515 B
YAML
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
|
|
- USER_GROUPS_FILENAME=user-groups.dev.yaml
|
|
- DATABASE_PATH=sqlite:////app/auto-archiver.db
|
|
|
|
worker:
|
|
restart: "no"
|
|
env_file: src/.env.dev
|
|
|
|
redis:
|
|
restart: "no"
|
|
env_file: src/.env.dev
|
|
ports:
|
|
- 6379:6379
|