Auto-sync Fri Feb 13 10:45:00 UTC 2026
This commit is contained in:
@@ -25,7 +25,7 @@ services:
|
|||||||
expose:
|
expose:
|
||||||
- 5432
|
- 5432
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_PASSWORD: changeme
|
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||||
POSTGRES_DB: windmill
|
POSTGRES_DB: windmill
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: [ "CMD-SHELL", "pg_isready -U postgres" ]
|
test: [ "CMD-SHELL", "pg_isready -U postgres" ]
|
||||||
|
|||||||
3
env.host
3
env.host
@@ -1,4 +1,5 @@
|
|||||||
WM_IMAGE=ghcr.io/windmill-labs/windmill:main
|
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_SIZE=20m
|
||||||
LOG_MAX_FILE=10
|
LOG_MAX_FILE=10
|
||||||
|
|||||||
Reference in New Issue
Block a user