Update project 2nd iteration

This commit is contained in:
2026-03-06 10:15:01 +00:00
parent bcbf9155d7
commit d09bb99e9e
26 changed files with 312 additions and 0 deletions

View File

@@ -23,6 +23,19 @@ services:
networks:
- ticket-network
worker:
build: ../backend
container_name: worker
command: python worker.py
env_file:
- .env
depends_on:
- rabbitmq
- minio
- postgres
networks:
- ticket-network
traefik:
image: traefik:v3.6
container_name: traefik