DATABASE_PASSWORD

This commit is contained in:
Akira
2026-02-19 14:18:23 +09:00
parent 0acac8799d
commit 29d2dbbb57

View File

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