mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 07:50:11 -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
|
opengist/opengist-database
|
||||||
papra/app-data/
|
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/beszel_data/*
|
beszel/beszel_data/*
|
||||||
beszel/beszel_data/auxiliary.db
|
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/logs/access.log
|
||||||
pangolin/config/traefik-dashboard/dashboard/*.db
|
pangolin/config/traefik-dashboard/dashboard/*.db
|
||||||
pangolin/config/traefik-dashboard/dashboard/*.db-shm
|
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
|
name: pangolin
|
||||||
services:
|
services:
|
||||||
pangolin:
|
pangolin:
|
||||||
image: fosrl/pangolin:1.12.1
|
image: fosrl/pangolin:1.12.2
|
||||||
container_name: pangolin
|
container_name: pangolin
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
labels:
|
labels:
|
||||||
@@ -41,7 +41,7 @@ services:
|
|||||||
- 21820:21820/udp # port for ACCEPT_CLIENTS env variable
|
- 21820:21820/udp # port for ACCEPT_CLIENTS env variable
|
||||||
- 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, 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
|
- 5432:5432 # port for postgres, served from io
|
||||||
traefik:
|
traefik:
|
||||||
image: traefik:v3
|
image: traefik:v3
|
||||||
@@ -66,7 +66,7 @@ services:
|
|||||||
labels:
|
labels:
|
||||||
- diun.enable=true
|
- diun.enable=true
|
||||||
ports:
|
ports:
|
||||||
- "5000:5000"
|
- 5000:5000
|
||||||
volumes:
|
volumes:
|
||||||
- ./config/traefik/logs:/logs:ro
|
- ./config/traefik/logs:/logs:ro
|
||||||
- ./config/traefik-dashboard/geoip:/geoip:ro
|
- ./config/traefik-dashboard/geoip:/geoip:ro
|
||||||
@@ -94,7 +94,7 @@ services:
|
|||||||
labels:
|
labels:
|
||||||
- diun.enable=true
|
- diun.enable=true
|
||||||
ports:
|
ports:
|
||||||
- "3005:3000"
|
- 3005:3000
|
||||||
volumes:
|
volumes:
|
||||||
- ./config/traefik-dashboard/dashboard:/app/data
|
- ./config/traefik-dashboard/dashboard:/app/data
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
@@ -19,3 +19,4 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
vaultwarden_data:
|
vaultwarden_data:
|
||||||
name: vaultwarden_data
|
name: vaultwarden_data
|
||||||
|
external: true
|
||||||
|
|||||||
@@ -27,5 +27,7 @@ services:
|
|||||||
labels:
|
labels:
|
||||||
- diun.enable=true
|
- diun.enable=true
|
||||||
volumes:
|
volumes:
|
||||||
db-data: null
|
db-data:
|
||||||
|
name: wiki_db-data
|
||||||
|
external: true
|
||||||
networks: {}
|
networks: {}
|
||||||
|
|||||||
Reference in New Issue
Block a user