mirror of
https://github.com/acedanger/docker.git
synced 2025-12-05 22:50:17 -08:00
Add pangolin configuration to .gitignore and update Docker Compose for gitea port
This commit is contained in:
@@ -39,6 +39,8 @@ entryPoints:
|
||||
http:
|
||||
tls:
|
||||
certResolver: "letsencrypt"
|
||||
tcp-2229:
|
||||
address: ":2229/tcp"
|
||||
|
||||
serversTransport:
|
||||
insecureSkipVerify: true
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user