fix: 1:1 prototype port + deployment fixes #3

Merged
Leopoldadmin merged 3 commits from feature/T04-rentman-integration into main 2026-07-10 20:50:02 +00:00
Showing only changes of commit 786cb0c040 - Show all commits
+1 -1
View File
@@ -42,7 +42,7 @@ services:
- ADMIN_PASSWORD=${ADMIN_PASSWORD}
restart: unless-stopped
healthcheck:
test: ["CMD", "python", "-c", "import urllib.request; urllib.request.urlopen('http://localhost:8000/health')"]
test: ["CMD", "python", "-c", "import urllib.request; urllib.request.urlopen('http://localhost:8000/api/health')"]
interval: 30s
timeout: 10s
retries: 3