added healthchecks and removed exposed password from compose.yaml

This commit is contained in:
2026-07-24 12:03:33 +00:00
parent 1df84fe52a
commit 499bf411b0
7 changed files with 83 additions and 5 deletions
+6
View File
@@ -13,6 +13,12 @@ services:
options:
max-size: "50m"
max-file: "3"
healthcheck:
test: ["CMD", "python3", "-c", "import urllib.request; urllib.request.urlopen('http://localhost:5000/', timeout=5)"]
interval: 30s
timeout: 5s
retries: 3
start_period: 10s
networks:
reverse_proxy_default:
external: true