Update Containers/Docker/Docker Compose/Gitea.md

This commit is contained in:
Nicole Rappe
2024-01-11 22:59:28 -07:00
parent a91cc2e77e
commit 53ae53bc47

View File

@ -31,7 +31,7 @@ services:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.routers.gitea.rule=Host(`git.bunny-lab.io`)" - "traefik.http.routers.gitea.rule=Host(`git.bunny-lab.io`)"
- "traefik.http.routers.gitea.entrypoints=websecure" - "traefik.http.routers.gitea.entrypoints=websecure"
- "traefik.http.routers.gitea.tls.certresolver=myresolver" - "traefik.http.routers.gitea.tls.certresolver=letsencrypt"
- "traefik.http.services.gitea.loadbalancer.server.port=3000" - "traefik.http.services.gitea.loadbalancer.server.port=3000"
postgres: postgres:
@ -68,7 +68,7 @@ http:
entryPoints: entryPoints:
- websecure - websecure
tls: tls:
certResolver: myresolver certResolver: letsencrypt
service: gitea service: gitea
rule: Host(`git.bunny-lab.io`) rule: Host(`git.bunny-lab.io`)