chore: refactor docker compose env's
Tests / build (push) Successful in 6m41s
Tests / test (push) Failing after 10m1s
Tests / lint (push) Successful in 13m29s

This commit is contained in:
2026-08-04 23:38:01 +02:00
parent b60e4aa457
commit d632dc0f6b
18 changed files with 287 additions and 260 deletions
@@ -22,7 +22,6 @@ services:
image: postgres:18.4
command: postgres -c 'max_connections=500'
environment:
POSTGRES_PASSWORD_FILE: /run/secrets/postgresql_password
POSTGRES_USER: event-demo
healthcheck:
test: ["CMD-SHELL", "sh -c 'pg_isready -U event-demo'"]
@@ -31,7 +30,6 @@ services:
retries: 10
volumes:
- postgresql_data:/var/lib/postgresql
- ../postgresql.secret:/run/secrets/postgresql_password:ro
rabbitmq:
image: rabbitmq:4-management-alpine