mirror of
https://github.com/bellingcat/auto-archiver-api.git
synced 2026-06-11 21:18:35 +03:00
New environment variables
This commit is contained in:
@@ -33,7 +33,9 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- CELERY_BROKER_URL=redis://:${REDIS_PASSWORD}@redis:6379/0
|
- CELERY_BROKER_URL=redis://:${REDIS_PASSWORD}@redis:6379/0
|
||||||
- CELERY_RESULT_BACKEND=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:
|
depends_on:
|
||||||
- web
|
- web
|
||||||
|
|||||||
Reference in New Issue
Block a user