mirror of
https://github.com/bellingcat/auto-archiver-api.git
synced 2026-06-11 04:58:33 +03:00
fixing volume location
This commit is contained in:
@@ -9,7 +9,7 @@ services:
|
||||
- 8004:8000
|
||||
command: uvicorn main:app --host 0.0.0.0 --reload
|
||||
volumes:
|
||||
- ./src:/usr/src/app
|
||||
- ./src:/app
|
||||
env_file: src/.env
|
||||
environment:
|
||||
- CELERY_BROKER_URL=redis://:${REDIS_PASSWORD}@redis:6379/0
|
||||
@@ -22,7 +22,7 @@ services:
|
||||
restart: always
|
||||
command: celery worker --app=worker.celery --loglevel=info --logfile=logs/celery.log
|
||||
volumes:
|
||||
- ./src:/usr/src/app
|
||||
- ./src:/app
|
||||
env_file: src/.env
|
||||
environment:
|
||||
- CELERY_BROKER_URL=redis://:${REDIS_PASSWORD}@redis:6379/0
|
||||
|
||||
Reference in New Issue
Block a user