refactors from pipenv to poetry

This commit is contained in:
msramalho
2025-02-10 22:39:02 +00:00
parent f8c45e2d92
commit c2dff5c121
6 changed files with 4535 additions and 11 deletions

View File

@@ -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}