fix network

This commit is contained in:
2025-01-15 18:36:54 -06:00
parent 38ec5b1638
commit ff30dec493

View File

@@ -42,7 +42,7 @@ services:
- GITEA__database__USER=gitea - GITEA__database__USER=gitea
labels: labels:
traefik.enable: true traefik.enable: true
traefik.docker.network: traefik traefik.docker.network: internal
traefik.http.routers.gitea.entrypoints: websecure traefik.http.routers.gitea.entrypoints: websecure
traefik.http.routers.gitea.rule: Host(`gitea.lebens-home.net`) traefik.http.routers.gitea.rule: Host(`gitea.lebens-home.net`)
traefik.http.routers.gitea.service: gitea traefik.http.routers.gitea.service: gitea