# TCP Router Configuration for Gitea SSH # Routes SSH traffic on port 2222 to Gitea container # Note: Gitea SSH is handled via port mapping in docker-compose.yml # This file is kept for reference but may not be needed tcp: routers: gitea-ssh: entryPoints: - gitea-ssh rule: "HostSNI(`*`)" service: gitea-ssh-service services: gitea-ssh-service: loadBalancer: servers: # Use container name in bridge network mode - address: "gitea:22"