refactor: ./apps/*
This commit is contained in:
@@ -28,7 +28,7 @@ services:
|
||||
- pingap
|
||||
- --autoreload
|
||||
healthcheck:
|
||||
test: ["CMD", "wget", "--spider", "-q", "http://localhost:80/pingap/"]
|
||||
test: ["CMD-SHELL", "echo > /dev/tcp/localhost/80"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
|
||||
Reference in New Issue
Block a user