fix: missing .dockerignore
Tests / build (push) Successful in 6m28s
Tests / lint (push) Canceled after 0s
Tests / test (push) Canceled after 6m54s

This commit is contained in:
2026-08-04 23:00:57 +02:00
parent b60e4aa457
commit 9b717f4d34
16 changed files with 90 additions and 63 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