This commit is contained in:
Ruben Fiszel
2026-02-08 17:54:48 +00:00
parent 5fd845d8f1
commit 5c96df7327
+2 -1
View File
@@ -28,9 +28,10 @@ jobs:
env:
POSTGRES_DB: windmill
POSTGRES_PASSWORD: changeme
POSTGRES_INITDB_ARGS: "-c max_connections=500"
options: >-
--health-cmd pg_isready --health-interval 10s --health-timeout 5s
--health-retries 5 -c max_connections=500 --shm-size=256mb
--health-retries 5 --shm-size=256mb
mysql:
image: mysql:8.0
ports: