remove comment

This commit is contained in:
counterweight 2025-02-12 00:45:09 +01:00
parent 19667807bb
commit 8ebdae9459
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C

View file

@ -36,7 +36,7 @@ services:
networks:
- app_network
healthcheck:
test: [ "CMD", "pg_isready", "-U", "${POSTGRES_USER}", "-d", "${POSTGRES_DB}" ] # Check if PostgreSQL is ready
test: [ "CMD", "pg_isready", "-U", "${POSTGRES_USER}", "-d", "${POSTGRES_DB}" ]
interval: 1s
retries: 10