format traefik label to remove -websecure

master
meftimes 2024-03-20 15:52:11 -04:00
parent dbbd5ae542
commit 0df32339c5
1 changed files with 3 additions and 3 deletions

View File

@ -23,9 +23,9 @@ services:
- git:/data
labels:
- "traefik.enable=true"
- "traefik.http.routers.gitea-websecure.entrypoints=websecure"
- "traefik.http.routers.gitea-websecure.rule=Host(`gitea.meftimes.com`)"
- "traefik.http.services.gitea-websecure.loadbalancer.server.port=3000"
- "traefik.http.routers.gitea.entrypoints=websecure"
- "traefik.http.routers.gitea.rule=Host(`gitea.meftimes.com`)"
- "traefik.http.services.gitea.loadbalancer.server.port=3000"
networks:
- backend
- proxy