test dockerfile

This commit is contained in:
2025-11-18 08:51:29 +08:00
parent dda1a4935a
commit 7b76a4d2f7
5 changed files with 3280 additions and 61 deletions

View File

@@ -33,12 +33,6 @@ services:
networks:
- proxy
restart: unless-stopped
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:9081/point-strategy/actuator/health"]
interval: 30s
timeout: 10s
retries: 3
start_period: 60s
networks:
proxy:
external: true