mirror of
https://github.com/bellingcat/auto-archiver-api.git
synced 2026-06-14 22:48:35 +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:
|
||||
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:
|
||||
command: redis-server /conf/redis.conf
|
||||
restart: "no"
|
||||
ports:
|
||||
- 6379:6379
|
||||
|
||||
Reference in New Issue
Block a user