Merge pull request 'fix/producction' (#85) from fix/producction into development

Reviewed-on: ADUANASOFT/anexo76#85
This commit is contained in:
2026-01-23 18:48:38 +00:00
9 changed files with 918 additions and 377 deletions

View File

@@ -268,7 +268,7 @@ services:
# celery
celery_worker:
build: ./backend
container_name: a76_worker
container_name: worker
command: celery -A core.celery_app worker --loglevel=info
environment:
- VALKEY_URL=redis://valkey:6379/0
@@ -280,7 +280,7 @@ services:
valkey:
image: valkey/valkey:7.2
container_name: a76_valkey
container_name: valkey
restart: always
ports:
- "6379:6379"