Wait for healthy stack before start probod

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-04-28 19:17:40 +04:00
parent dbc5827357
commit 072e9bc4f9
2 changed files with 8 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ services:
pull_policy: missing
shm_size: "1g"
command: >
postgres -c "shared_buffers=1GB"
postgres -c "shared_buffers=256MB"
-c "max_connections=200"
-c "log_statement=all"
ports: