构建文件
parent
3b251f9745
commit
7a2b924b64
|
@ -25,4 +25,10 @@ services:
|
||||||
test: ["CMD", "curl", "-f", "http://localhost:48080/actuator/health"]
|
test: ["CMD", "curl", "-f", "http://localhost:48080/actuator/health"]
|
||||||
timeout: 30s
|
timeout: 30s
|
||||||
interval: 45s
|
interval: 45s
|
||||||
retries: 3
|
retries: 3
|
||||||
|
networks:
|
||||||
|
- app_net
|
||||||
|
networks:
|
||||||
|
app_net:
|
||||||
|
external: true
|
||||||
|
name: cyywlnet
|
Loading…
Reference in New Issue