kopia lustrzana https://github.com/Haxxnet/Compose-Examples
rodzic
9ea94476cc
commit
a363dcb1d3
|
@ -9,6 +9,11 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
database:
|
database:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
healthcheck:
|
||||||
|
test: "nc localhost 2368 || exit 1"
|
||||||
|
interval: 30s
|
||||||
|
timeout: 10s
|
||||||
|
retries: 5
|
||||||
expose:
|
expose:
|
||||||
- 2368
|
- 2368
|
||||||
ports:
|
ports:
|
||||||
|
|
Ładowanie…
Reference in New Issue