Fix health checks
Some checks failed
Build and test / build-and-test (tronbyt-server-darwin-arm64, arm64, darwin, macos-26) (push) Has been cancelled
Build and test / build-and-test (tronbyt-server-linux-amd64, amd64, linux, ubuntu-24.04) (push) Has been cancelled
Build and test / build-and-test (tronbyt-server-linux-arm64, arm64, linux, ubuntu-24.04-arm) (push) Has been cancelled
Build and test / Create Release (push) Has been cancelled
Create and publish a container image / build-and-push-image (push) Has been cancelled

This commit is contained in:
Ingmar Stein
2025-12-14 00:47:24 +01:00
parent ae2a4ce241
commit b13c4fc9af
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ services:
- GITHUB_TOKEN
healthcheck:
test: ["CMD", "python3", "-m", "tronbyt_server.healthcheck", "http://localhost:8000/health"]
test: ["CMD", "/app/tronbyt-server", "health"]
interval: 1m30s
timeout: 10s
retries: 3

View File

@@ -20,7 +20,7 @@ services:
- GITHUB_TOKEN
healthcheck:
test: ["CMD", "python3", "-m", "tronbyt_server.healthcheck", "http://localhost:8000/health"]
test: ["CMD", "/app/tronbyt-server", "health"]
interval: 1m30s
timeout: 10s
retries: 3