mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 02:10:12 -08:00
Compare commits
5 Commits
babf61b697
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e25bc33867 | ||
|
|
c49df33972 | ||
|
|
43e2dfe9cc | ||
|
|
d183005140 | ||
|
|
8988f05c85 |
14
.gitignore
vendored
14
.gitignore
vendored
@@ -21,12 +21,6 @@ nginxproxymanager/mysql
|
||||
opengist/opengist-database
|
||||
papra/app-data/
|
||||
|
||||
# stirling
|
||||
pdf/stirling/latest/data/
|
||||
pdf/stirling/latest/logs/
|
||||
pdf/stirling/latest/config/db/backup/
|
||||
pdf/stirling/latest/config/*.db
|
||||
|
||||
# beszel
|
||||
beszel/beszel_data/*
|
||||
beszel/beszel_data/auxiliary.db
|
||||
@@ -44,3 +38,11 @@ pangolin/config/traefik-dashboard/dashboard/*.db-wal
|
||||
pangolin/config/traefik/logs/access.log
|
||||
pangolin/config/traefik-dashboard/dashboard/*.db
|
||||
pangolin/config/traefik-dashboard/dashboard/*.db-shm
|
||||
|
||||
dockge/data/
|
||||
|
||||
gitea/app.ini
|
||||
gitea/database.sql
|
||||
gitea/*.tar.gz
|
||||
|
||||
golinks/golink.db
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"type": "sqlite"
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,7 +1,7 @@
|
||||
name: pangolin
|
||||
services:
|
||||
pangolin:
|
||||
image: fosrl/pangolin:1.12.1
|
||||
image: fosrl/pangolin:1.12.2
|
||||
container_name: pangolin
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
@@ -41,7 +41,7 @@ services:
|
||||
- 21820:21820/udp # port for ACCEPT_CLIENTS env variable
|
||||
- 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, served from europa; git.ptrwd.com
|
||||
# - 2229:2229 # port for gitea, served from a; git.ptrwd.com
|
||||
- 5432:5432 # port for postgres, served from io
|
||||
traefik:
|
||||
image: traefik:v3
|
||||
@@ -66,7 +66,7 @@ services:
|
||||
labels:
|
||||
- diun.enable=true
|
||||
ports:
|
||||
- "5000:5000"
|
||||
- 5000:5000
|
||||
volumes:
|
||||
- ./config/traefik/logs:/logs:ro
|
||||
- ./config/traefik-dashboard/geoip:/geoip:ro
|
||||
@@ -94,7 +94,7 @@ services:
|
||||
labels:
|
||||
- diun.enable=true
|
||||
ports:
|
||||
- "3005:3000"
|
||||
- 3005:3000
|
||||
volumes:
|
||||
- ./config/traefik-dashboard/dashboard:/app/data
|
||||
environment:
|
||||
|
||||
@@ -19,3 +19,4 @@ services:
|
||||
volumes:
|
||||
vaultwarden_data:
|
||||
name: vaultwarden_data
|
||||
external: true
|
||||
|
||||
@@ -27,5 +27,7 @@ services:
|
||||
labels:
|
||||
- diun.enable=true
|
||||
volumes:
|
||||
db-data: null
|
||||
db-data:
|
||||
name: wiki_db-data
|
||||
external: true
|
||||
networks: {}
|
||||
|
||||
Reference in New Issue
Block a user