mirror of
https://github.com/bellingcat/auto-archiver-api.git
synced 2026-06-08 11:38:33 +03:00
17 lines
294 B
YAML
17 lines
294 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
web:
|
|
restart: "no"
|
|
environment:
|
|
- SERVE_LOCAL_ARCHIVE=/app/local_archive # See orchestration.yaml local_storage.save_to
|
|
- ALLOWED_ORIGINS=http://localhost:8004
|
|
|
|
worker:
|
|
restart: "no"
|
|
|
|
redis:
|
|
restart: "no"
|
|
ports:
|
|
- 6379:6379
|