[fix] adjust for dokploy auto inject labels

This commit is contained in:
2026-04-12 00:49:09 -04:00
parent d6228bd28e
commit 3a65e1f70a
2 changed files with 0 additions and 8 deletions

View File

@@ -15,10 +15,6 @@ services:
- dokploy-network
labels:
- "traefik.enable=true"
- "traefik.http.routers.actual.rule=Host(`budget.themanniefamily.ca`)"
- "traefik.http.routers.actual.entrypoints=websecure"
- "traefik.http.routers.actual.tls.certresolver=letsencrypt"
- "traefik.http.services.actual.loadbalancer.server.port=5006"
healthcheck:
test: ['CMD-SHELL', 'node src/scripts/health-check.js']
interval: 60s

View File

@@ -16,10 +16,6 @@ services:
- dokploy-network
labels:
- "traefik.enable=true"
- "traefik.http.routers.pocketid.rule=Host(`auth.routinedevelopment.ca`)"
- "traefik.http.routers.pocketid.entrypoints=websecure"
- "traefik.http.routers.pocketid.tls.certresolver=letsencrypt"
- "traefik.http.services.pocketid.loadbalancer.server.port=1411"
healthcheck:
test: "curl -f http://localhost:1411/healthz"
interval: 1m30s