chore: format spacing in docker-compose.yml for improved readability
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 3m8s
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 3m8s
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user