mirror of
https://github.com/bellingcat/auto-archiver-api.git
synced 2026-06-09 12:08:34 +03:00
12 lines
271 B
YAML
12 lines
271 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
web:
|
|
environment:
|
|
- SERVE_LOCAL_ARCHIVE=/app/local_archive # See orchestration.yaml local_storage.save_to
|
|
- ALLOWED_ORIGINS=http://localhost:8004
|
|
redis:
|
|
command: redis-server /conf/redis.conf
|
|
ports:
|
|
- 6379:6379
|