chore: format spacing in docker-compose.yml for improved readability
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 3m8s

This commit is contained in:
Julien Froidefond
2025-12-17 12:55:57 +01:00
parent 0742aae92f
commit 7852dad403

View File

@@ -34,7 +34,7 @@ services:
- "5432:5432" - "5432:5432"
volumes: volumes:
- postgres_data:/var/lib/postgresql/data - postgres_data:/var/lib/postgresql/data
-${INIT_SQL:-./scripts/init.sql}:/docker-entrypoint-initdb.d/init.sql - ${INIT_SQL:-./scripts/init.sql}:/docker-entrypoint-initdb.d/init.sql
healthcheck: healthcheck:
test: ["CMD-SHELL", "pg_isready -U peakskills_user -d peakskills"] test: ["CMD-SHELL", "pg_isready -U peakskills_user -d peakskills"]
interval: 10s interval: 10s