refactor: заменить Caddy на Traefik v3
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -61,7 +61,7 @@ post_start_check() {
|
||||
if curl -sf "http://127.0.0.1:${HTTP_PORT:-80}/health" >/dev/null 2>&1; then
|
||||
echo " ✓ /health: OK"
|
||||
else
|
||||
echo " ✗ /health: не отвечает — docker compose logs app caddy"
|
||||
echo " ✗ /health: не отвечает — docker compose logs app traefik"
|
||||
exit 1
|
||||
fi
|
||||
elif docker compose exec -T app wget -qO- http://127.0.0.1:8080/health >/dev/null 2>&1; then
|
||||
|
||||
Reference in New Issue
Block a user