cleanup #11

Merged
fredrik merged 2 commits from cleanup into main 2025-01-24 20:34:54 +00:00
Showing only changes of commit a58da5398c - Show all commits

View File

@@ -13,6 +13,11 @@ services:
- DEBUG=app - DEBUG=app
- AUTH_USERNAME=fredrik - AUTH_USERNAME=fredrik
- AUTH_PASSWORD=apa - AUTH_PASSWORD=apa
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3044"]
interval: 1m30s
timeout: 10s
retries: 3
deploy: deploy:
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"