Compare commits
2 Commits
d82c357910
...
a5eb88e029
Author | SHA1 | Date |
---|---|---|
axzsd | a5eb88e029 | |
axzsd | 135c183e76 |
|
@ -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