构建文件

pull/16/head
axzsd 2023-05-23 14:14:44 +08:00
parent 3b251f9745
commit 7a2b924b64
1 changed files with 7 additions and 1 deletions

View File

@ -25,4 +25,10 @@ services:
test: ["CMD", "curl", "-f", "http://localhost:48080/actuator/health"]
timeout: 30s
interval: 45s
retries: 3
retries: 3
networks:
- app_net
networks:
app_net:
external: true
name: cyywlnet