remove health check
This commit is contained in:
@@ -36,18 +36,6 @@ services:
|
||||
traefik.http.routers.gds-mock-mcp.tls.domains[0].main: gds.mortons.site
|
||||
traefik.http.services.gds-mock-mcp.loadbalancer.server.port: '3000'
|
||||
networks: [default, foundation_public]
|
||||
healthcheck:
|
||||
test:
|
||||
- CMD
|
||||
- wget
|
||||
- --no-verbose
|
||||
- --tries=1
|
||||
- --spider
|
||||
- http://localhost:3000/health
|
||||
interval: 30s
|
||||
timeout: 3s
|
||||
retries: 3
|
||||
start_period: 10s
|
||||
volumes:
|
||||
valkey_data:
|
||||
name: valkey_data
|
||||
|
||||
Reference in New Issue
Block a user