Merge branch 'test' of http://117.33.142.185:3000/zenghuapei/cyywl_server into test
commit
903d23b2f6
|
@ -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