mirror of
https://github.com/bellingcat/auto-archiver-api.git
synced 2026-06-28 05:08:42 +03:00
simplifies dev compose and removes bad redis command - was no longer working since other containers try to use credentials
This commit is contained in:
@@ -2,10 +2,15 @@ version: '3.8'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
web:
|
web:
|
||||||
|
restart: "no"
|
||||||
environment:
|
environment:
|
||||||
- SERVE_LOCAL_ARCHIVE=/app/local_archive # See orchestration.yaml local_storage.save_to
|
- SERVE_LOCAL_ARCHIVE=/app/local_archive # See orchestration.yaml local_storage.save_to
|
||||||
- ALLOWED_ORIGINS=http://localhost:8004
|
- ALLOWED_ORIGINS=http://localhost:8004
|
||||||
|
|
||||||
|
worker:
|
||||||
|
restart: "no"
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
command: redis-server /conf/redis.conf
|
restart: "no"
|
||||||
ports:
|
ports:
|
||||||
- 6379:6379
|
- 6379:6379
|
||||||
|
|||||||
Reference in New Issue
Block a user