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" ]

View File

@@ -1,4 +1,5 @@
WM_IMAGE=ghcr.io/windmill-labs/windmill:main
DATABASE_URL=postgresql://postgres:DbForWindMillPassword:5432/windmill
POSTGRES_PASSWORD=MyS3cur3P@ssw0rd!2024
DATABASE_URL=postgresql://postgres:${POSTGRES_PASSWORD}@db:5432/windmill
LOG_MAX_SIZE=20m
LOG_MAX_FILE=10