modified:   gitea/docker-compose.yml
This commit is contained in:
git
2025-08-13 19:57:06 +10:00
+12
View File
@@ -14,18 +14,30 @@ services:
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
<<<<<<< HEAD
=======
# - "traefik.docker.network=proxy"
>>>>>>> d534f12f7412d036eb157e1463952b9e2b826b2d
- "traefik.http.routers.gitea.rule=Host(`gitea.lan.ddnsgeek.com`)" - "traefik.http.routers.gitea.rule=Host(`gitea.lan.ddnsgeek.com`)"
- "traefik.http.routers.gitea.entrypoints=websecure" - "traefik.http.routers.gitea.entrypoints=websecure"
- "traefik.http.routers.gitea.tls=true" - "traefik.http.routers.gitea.tls=true"
- "traefik.http.routers.gitea.tls.certresolver=myresolver" - "traefik.http.routers.gitea.tls.certresolver=myresolver"
- "traefik.http.services.gitea.loadbalancer.server.port=3000" - "traefik.http.services.gitea.loadbalancer.server.port=3000"
- "io.portainer.accesscontrol.public" - "io.portainer.accesscontrol.public"
<<<<<<< HEAD
healthcheck: healthcheck:
test: ["CMD-SHELL", "wget -qO- http://127.0.0.1:3000/api/v1/version >/dev/null"] test: ["CMD-SHELL", "wget -qO- http://127.0.0.1:3000/api/v1/version >/dev/null"]
interval: 15s interval: 15s
timeout: 5s timeout: 5s
retries: 8 retries: 8
start_period: 45s start_period: 45s
=======
- "traefik.http.routers.gitea.middlewares=error-pages-middleware"
#volumes:
# gitea_data:
>>>>>>> d534f12f7412d036eb157e1463952b9e2b826b2d
networks: networks:
traefik_reverse_proxy: traefik_reverse_proxy: