cool up
This commit is contained in:
parent
3b827a90ac
commit
57ae0bb3b5
@ -23,10 +23,11 @@ services:
|
||||
volumes:
|
||||
- placebo-postgres-backend-data:/var/lib/postgresql/data
|
||||
healthcheck:
|
||||
test: ['CMD-SHELL', 'pg_isready -U placebo_user -d placebo_backend_db']
|
||||
interval: 10s
|
||||
test: ['CMD-SHELL', 'pg_isready']
|
||||
interval: 5s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
retries: 10
|
||||
start_period: 30s
|
||||
networks:
|
||||
- placebo-internal
|
||||
|
||||
@ -41,10 +42,11 @@ services:
|
||||
volumes:
|
||||
- placebo-postgres-cms-data:/var/lib/postgresql/data
|
||||
healthcheck:
|
||||
test: ['CMD-SHELL', 'pg_isready -U placebo_user -d placebo_cms_db']
|
||||
interval: 10s
|
||||
test: ['CMD-SHELL', 'pg_isready']
|
||||
interval: 5s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
retries: 10
|
||||
start_period: 30s
|
||||
networks:
|
||||
- placebo-internal
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user