feat: add redis and redis settings

This commit is contained in:
2025-03-20 12:32:16 +05:00
parent 2dc50465ce
commit a6c7819e36
3 changed files with 23 additions and 3 deletions

View File

@@ -16,7 +16,11 @@ environment=
BROKER_USER=guest,
BROKER_PORT=5672,
BROKER_PASSWORD=guest,
BROKER_RABBITMQ_VHOST=/
BROKER_RABBITMQ_VHOST=/,
REDIS_HOST=localhsot,
REDIS_PORT=6379,
REDIS_PASSWORD=hackme,
REDIS_DB=0
command=bash -c 'cd api; poetry run python3 -m api'
numprocs=1
process_name=uvicorn-%(process_num)d