Add pangolin configuration to .gitignore and update Docker Compose for gitea port

This commit is contained in:
Peter Wood
2025-05-28 20:47:00 -04:00
parent 966250046f
commit 8245dfbe51
3 changed files with 9 additions and 1 deletions

View File

@@ -39,6 +39,8 @@ entryPoints:
http:
tls:
certResolver: "letsencrypt"
tcp-2229:
address: ":2229/tcp"
serversTransport:
insecureSkipVerify: true

View File

@@ -40,6 +40,7 @@ services:
- 51820:51820/udp
- 443:443 # Port for traefik because of the network_mode
- 80:80 # Port for traefik because of the network_mode
- 2229:2229 # port for gitea
traefik:
image: traefik:v3.3.6
container_name: traefik