Update rabbitMQ&paimentsMOK fix
Some checks failed
Deploy / deploy (push) Failing after 1s

This commit is contained in:
2026-03-12 09:27:58 +00:00
parent 1dcecb8d52
commit cd0b1ca07a

View File

@@ -9,6 +9,7 @@ services:
environment: environment:
DATABASE_URL: postgresql+asyncpg://admin:your_strong_password@postgres:5432/ticket_db DATABASE_URL: postgresql+asyncpg://admin:your_strong_password@postgres:5432/ticket_db
REDIS_URL: redis://redis:6379/0 REDIS_URL: redis://redis:6379/0
RABBITMQ_URL=amqp://${RABBITMQ_DEFAULT_USER}:${RABBITMQ_DEFAULT_PASS}@rabbitmq:5672/
volumes: volumes:
- ../backend:/app - ../backend:/app
env_file: env_file: