Update forgejo

This commit is contained in:
2025-07-07 11:35:18 +05:30
parent ab7b1fcfd4
commit da8bcbdf81

View File

@@ -12,7 +12,7 @@ services:
- ${DB_PORT}:5432
restart: unless-stopped
healthcheck:
test: ["CMD-SHELL", "pg_isready -d postgres -U ${POSTGRES_USER}"]
test: ["CMD-SHELL", "pg_isready -d ${POSTGRES_DB} -U ${POSTGRES_USER}"]
start_period: 20s
interval: 30s
retries: 5