gitea external access

This commit is contained in:
Brieuc Dubois 2023-12-20 08:48:13 +01:00
parent 3a132aa197
commit df46ddae5b
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ services:
- "traefik.http.services.gitea.loadbalancer.server.port=3000"
- "traefik.http.routers.gitea.tls=true"
- "traefik.http.routers.gitea.tls.certresolver=http"
- "traefik.http.routers.gitea.entrypoints=internalsecure"
- "traefik.http.routers.gitea.entrypoints=internalsecure,externalsecure"
networks:
- external
- storage