[backend] stabilise codebase

This commit is contained in:
2025-10-11 20:09:05 +02:00
parent 2886fa9f0c
commit 1e812c93a6
36 changed files with 487 additions and 212 deletions
+15
View File
@@ -1,5 +1,19 @@
services:
postgres:
image: postgis/postgis:16-3.4
restart: unless-stopped
environment:
POSTGRES_DB: points_of_interest
POSTGRES_USER: symfony
POSTGRES_PASSWORD: symfony
healthcheck:
test: ["CMD-SHELL", "pg_isready -U symfony -d points_of_interest"]
interval: 10s
timeout: 5s
retries: 5
volumes:
- postgres_data:/var/lib/postgresql/data
###> symfony/mercure-bundle ###
mercure:
image: dunglas/mercure
@@ -24,6 +38,7 @@ services:
###< symfony/mercure-bundle ###
volumes:
postgres_data:
###> symfony/mercure-bundle ###
mercure_data:
mercure_config: