diff --git a/gitea/docker-compose.yml b/gitea/docker-compose.yml index 443cf1a..d9a0e75 100644 --- a/gitea/docker-compose.yml +++ b/gitea/docker-compose.yml @@ -88,6 +88,11 @@ services: - "traefik.http.routers.gitea.entrypoints=websecure" - "traefik.http.routers.gitea.tls.certresolver=letsencrypt" - "traefik.http.services.gitea.loadbalancer.server.port=3000" + + - "traefik.http.routers.gitea.middlewares=gitea-timeout@docker" + - "traefik.http.middlewares.gitea-timeout.forwardingTimeouts.dialTimeout=300s" + - "traefik.http.middlewares.gitea-timeout.forwardingTimeouts.responseHeaderTimeout=300s" + - "traefik.http.middlewares.gitea-timeout.forwardingTimeouts.idleConnTimeout=300s" restart: unless-stopped volumes: gitea-data: