mirror of
https://github.com/bellingcat/auto-archiver-api.git
synced 2026-06-10 04:28:34 +03:00
New environment variables
This commit is contained in:
@@ -33,7 +33,9 @@ services:
|
||||
environment:
|
||||
- CELERY_BROKER_URL=redis://:${REDIS_PASSWORD}@redis:6379/0
|
||||
- CELERY_RESULT_BACKEND=redis://:${REDIS_PASSWORD}@redis:6379/0
|
||||
- RUNNING_IN_DOCKER= # Override env from auto-archiver Dockerfile
|
||||
- WACZ_ENABLE_DOCKER=1 # Enable calling docker from this container
|
||||
- BROWSERTRIX_HOME_HOST=crawls
|
||||
- BROWSERTRIX_HOME_CONTAINER=/crawls
|
||||
|
||||
depends_on:
|
||||
- web
|
||||
|
||||
Reference in New Issue
Block a user