This commit is contained in:
2026-04-24 12:01:25 +00:00
parent 19bfa9cd86
commit 307a2cd6ec
+7
View File
@@ -8,6 +8,13 @@ services:
- traefik
volumes:
- /srv/pangolin/config:/app/config
labels:
- "traefik.enable=true"
- "traefik.http.routers.pangolin.entrypoints=websecure"
- "traefik.http.routers.pangolin.rule=Host(`pangolin.knast.cc`)"
- "traefik.http.routers.pangolin.tls.certresolver=letsencr"
- "traefik.http.services.pangolin.loadbalancer.server.port=8000"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3001/api/v1/"]
interval: "3s"