mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 01:10:11 -08:00
Add pangolin configuration to .gitignore and update Docker Compose for gitea port
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -22,7 +22,12 @@ pdf/stirling/latest/logs/
|
|||||||
pdf/stirling/latest/config/db/backup/
|
pdf/stirling/latest/config/db/backup/
|
||||||
pdf/stirling/latest/config/*.db
|
pdf/stirling/latest/config/*.db
|
||||||
|
|
||||||
|
# pangolin
|
||||||
|
pangolin/config/db/db.sqlite
|
||||||
|
pangolin/config/letsencrypt/acme.json
|
||||||
|
pangolin/config/key
|
||||||
|
pangolin/config/config.yml.bak
|
||||||
|
pangolin/installer
|
||||||
|
|
||||||
# ignore environment files
|
# ignore environment files
|
||||||
.env
|
.env
|
||||||
memos/.memos/memos_prod.db
|
|
||||||
|
|||||||
@@ -39,6 +39,8 @@ entryPoints:
|
|||||||
http:
|
http:
|
||||||
tls:
|
tls:
|
||||||
certResolver: "letsencrypt"
|
certResolver: "letsencrypt"
|
||||||
|
tcp-2229:
|
||||||
|
address: ":2229/tcp"
|
||||||
|
|
||||||
serversTransport:
|
serversTransport:
|
||||||
insecureSkipVerify: true
|
insecureSkipVerify: true
|
||||||
|
|||||||
@@ -40,6 +40,7 @@ services:
|
|||||||
- 51820:51820/udp
|
- 51820:51820/udp
|
||||||
- 443:443 # Port for traefik because of the network_mode
|
- 443:443 # Port for traefik because of the network_mode
|
||||||
- 80:80 # Port for traefik because of the network_mode
|
- 80:80 # Port for traefik because of the network_mode
|
||||||
|
- 2229:2229 # port for gitea
|
||||||
traefik:
|
traefik:
|
||||||
image: traefik:v3.3.6
|
image: traefik:v3.3.6
|
||||||
container_name: traefik
|
container_name: traefik
|
||||||
|
|||||||
Reference in New Issue
Block a user