fix entrypoints

This commit is contained in:
2025-01-15 21:24:56 -06:00
parent 7c64367066
commit 2ae541f4a1
3 changed files with 6 additions and 9 deletions

View File

@@ -45,7 +45,7 @@ services:
labels:
traefik.enable: true
traefik.docker.network: internal
traefik.http.routers.gitea.entrypoints: websecure
traefik.http.routers.gitea.entrypoints: web-secure
traefik.http.routers.gitea.rule: Host(`gitea.lebens-home.net`)
traefik.http.routers.gitea.service: gitea
traefik.http.services.gitea.loadbalancer.server.port: 3000