mirror of
https://github.com/langgenius/dify.git
synced 2025-12-25 09:02:29 +00:00
This commit is contained in:
parent
8bbed5aeea
commit
89415ac453
@ -20,7 +20,7 @@ services:
|
||||
ports:
|
||||
- "${EXPOSE_POSTGRES_PORT:-5432}:5432"
|
||||
healthcheck:
|
||||
test: [ "CMD", "pg_isready" ]
|
||||
test: [ 'CMD', 'pg_isready', '-h', 'db', '-U', '${PGUSER:-postgres}', '-d', '${POSTGRES_DB:-dify}' ]
|
||||
interval: 1s
|
||||
timeout: 3s
|
||||
retries: 30
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user