mirror of
https://github.com/bellingcat/auto-archiver-api.git
synced 2026-06-11 13:08:34 +03:00
refactors from pipenv to poetry
This commit is contained in:
@@ -13,9 +13,11 @@ services:
|
||||
|
||||
|
||||
worker:
|
||||
#TODO: add watchmedo
|
||||
command: watchmedo auto-restart --patterns="*.py" --recursive --ignore-directories -- celery -- --app=app.worker.main.celery worker --loglevel=info --logfile=/aa-api/app/logs/celery.log
|
||||
restart: "no"
|
||||
env_file: .env.dev
|
||||
volumes:
|
||||
- ./app:/aa-api/app # for watchmedo
|
||||
|
||||
redis:
|
||||
command: redis-server /conf/redis.conf --requirepass ${REDIS_PASSWORD}
|
||||
|
||||
Reference in New Issue
Block a user