Auto-sync Fri Feb 13 10:45:00 UTC 2026

This commit is contained in:
Bot
2026-02-13 10:45:00 +00:00
parent 2f2ae074f5
commit 297299c3f8
2 changed files with 3 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ services:
expose:
- 5432
environment:
POSTGRES_PASSWORD: changeme
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
POSTGRES_DB: windmill
healthcheck:
test: [ "CMD-SHELL", "pg_isready -U postgres" ]