From a17b58980392bec0fadcbd299f5d166a3de40f5b Mon Sep 17 00:00:00 2001 From: Eduardo David Paredes Vara Date: Mon, 23 Mar 2026 00:34:56 +0000 Subject: [PATCH] coolify gitea --- gitea/docker-compose.yml | 37 ------------------------------------- 1 file changed, 37 deletions(-) diff --git a/gitea/docker-compose.yml b/gitea/docker-compose.yml index 9b8b227..3dadf7e 100644 --- a/gitea/docker-compose.yml +++ b/gitea/docker-compose.yml @@ -64,43 +64,9 @@ services: - ${GITEA_DATA_PATH}:/data:Z networks: - gitea - - proxy - - # Exponer SSH (contenedor y host mismo puerto) ports: - "${GITEA_SSH_PORT}:${GITEA_SSH_PORT}" - labels: - traefik.enable: "true" - traefik.docker.network: "${TRAEFIK_DOCKER_NETWORK}" - - traefik.http.services.gitea.loadbalancer.server.port: "${GITEA_HTTP_PORT}" - - # Router principal (sin Authentik) - traefik.http.routers.gitea-main.rule: "Host(`${GITEA_DOMAIN}`)" - traefik.http.routers.gitea-main.entrypoints: "${TRAEFIK_ENTRYPOINT_SECURE}" - traefik.http.routers.gitea-main.tls: "true" - traefik.http.routers.gitea-main.tls.certresolver: "${TRAEFIK_CERTRESOLVER}" - traefik.http.routers.gitea-main.priority: "10" - - # Router login + explore + perfil TheHomelessSherlock (con Authentik) - traefik.http.routers.gitea-login.rule: >- - Host(`${GITEA_DOMAIN}`) && - (Path(`/user/login`) || - PathPrefix(`/user/sign_up`) || - PathPrefix(`/user/forgot_password`) || - PathPrefix(`/user/two_factor`) || - PathPrefix(`/login/oauth`) || - PathPrefix(`/explore`) || - PathPrefix(`/api`) || - PathPrefix(`/api/swagger`) || - PathRegexp(`^/TheHomelessSherlock/?$`)) - traefik.http.routers.gitea-login.entrypoints: "${TRAEFIK_ENTRYPOINT_SECURE}" - traefik.http.routers.gitea-login.tls: "true" - traefik.http.routers.gitea-login.tls.certresolver: "${TRAEFIK_CERTRESOLVER}" - traefik.http.routers.gitea-login.middlewares: "${TRAEFIK_AUTH_MIDDLEWARE}" - traefik.http.routers.gitea-login.priority: "20" - gitea-runner: image: ${GITEA_RUNNER_IMAGE} container_name: gitea-act-runner @@ -121,6 +87,3 @@ services: networks: gitea: driver: bridge - proxy: - external: true -