Compare commits
No commits in common. "827cd9975d7366741545837e63e1e9f814ba2c52" and "ddeab1fe89ad2a003ce594616a10d4c82c06f2f8" have entirely different histories.
827cd9975d
...
ddeab1fe89
10 changed files with 7 additions and 42 deletions
|
@ -16,7 +16,6 @@ services:
|
|||
- "traefik.http.routers.ffs.tls.options=intermediate@file"
|
||||
- "traefik.http.services.ffs.loadbalancer.server.port=5000"
|
||||
- "docker.group=firefoxsync"
|
||||
- "diun.enable=true"
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- SYNCSERVER_PUBLIC_URL=https://firefoxsync.${DOMAIN}
|
||||
|
@ -47,7 +46,6 @@ services:
|
|||
timeout: 5s
|
||||
labels:
|
||||
- "docker.group=firefoxsync"
|
||||
- "diun.enable=true"
|
||||
|
||||
|
||||
networks:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
|
||||
forgejo:
|
||||
web:
|
||||
image: codeberg.org/forgejo/forgejo:${FORGEJO_VERSION}
|
||||
volumes:
|
||||
- ${VOLUMES_PATH}/git/forgejo_data:/data
|
||||
|
@ -39,7 +39,6 @@ services:
|
|||
- "traefik.http.middlewares.gitearedir.redirectregex.permanent=true"
|
||||
- "traefik.http.services.forgejo.loadbalancer.server.port=3000"
|
||||
- "docker.group=git"
|
||||
- "diun.enable=true"
|
||||
|
||||
|
||||
db:
|
||||
|
@ -59,7 +58,6 @@ services:
|
|||
timeout: 5s
|
||||
labels:
|
||||
- "docker.group=git"
|
||||
- "diun.enable=true"
|
||||
|
||||
|
||||
networks:
|
||||
|
|
|
@ -16,7 +16,6 @@ services:
|
|||
- "traefik.http.services.grafana.loadbalancer.server.port=3000"
|
||||
- "traefik.docker.network=web"
|
||||
- "docker.group=monitoring"
|
||||
- "diun.enable=true"
|
||||
environment:
|
||||
- GF_DEFAULT_INSTANCE_NAME=monitoring.${DOMAIN}
|
||||
- GF_SERVER_ROOT_URL=http://monitoring.${DOMAIN}
|
||||
|
@ -37,7 +36,6 @@ services:
|
|||
- grafanadb
|
||||
|
||||
|
||||
|
||||
grafanadb:
|
||||
image: postgres:${POSTGRES_VERSION}
|
||||
volumes:
|
||||
|
@ -55,7 +53,6 @@ services:
|
|||
timeout: 5s
|
||||
labels:
|
||||
- "docker.group=monitoring"
|
||||
- "diun.enable=true"
|
||||
|
||||
|
||||
influxdb:
|
||||
|
@ -80,7 +77,6 @@ services:
|
|||
- "traefik.http.routers.influxdb.middlewares=influxauth"
|
||||
- "traefik.http.middlewares.influxauth.basicauth.users=${INFLUXDB_HTPASSWD}"
|
||||
- "docker.group=monitoring"
|
||||
- "diun.enable=true"
|
||||
|
||||
|
||||
prometheus:
|
||||
|
@ -95,7 +91,6 @@ services:
|
|||
- ${VOLUMES_PATH}/monitoring/prometheus:/prometheus
|
||||
labels:
|
||||
- "docker.group=monitoring"
|
||||
- "diun.enable=true"
|
||||
|
||||
# https://github.com/xperimental/nextcloud-exporter
|
||||
nextcloud-exporter:
|
||||
|
@ -108,7 +103,6 @@ services:
|
|||
- NEXTCLOUD_LISTEN_ADDRESS=:9205
|
||||
labels:
|
||||
- "docker.group=monitoring"
|
||||
- "diun.enable=true"
|
||||
|
||||
|
||||
diun:
|
||||
|
@ -125,13 +119,11 @@ services:
|
|||
- "DIUN_WATCH_SCHEDULE=0 */6 * * *"
|
||||
- "DIUN_WATCH_JITTER=30s"
|
||||
- "DIUN_PROVIDERS_DOCKER_ENDPOINT=tcp://docker-socket-proxy:2375"
|
||||
- "DIUN_PROVIDERS_DOCKER_WATCHBYDEFAULT=false"
|
||||
- "DIUN_PROVIDERS_DOCKER_WATCHBYDEFAULT=true"
|
||||
- "DIUN_NOTIF_NTFY_ENDPOINT=${NTFY_SERVER}"
|
||||
- "DIUN_NOTIF_NTFY_TOPIC=${NTFY_TOPIC}"
|
||||
- "DIUN_NOTIF_NTFY_TOKEN=${NTFY_TOKEN}"
|
||||
restart: always
|
||||
labels:
|
||||
- "diun.enable=true"
|
||||
|
||||
|
||||
##################################################################
|
||||
|
@ -156,7 +148,6 @@ services:
|
|||
network_mode: "host"
|
||||
labels:
|
||||
- "docker.group=monitoring"
|
||||
- "diun.enable=true"
|
||||
depends_on:
|
||||
- influxdb
|
||||
|
||||
|
@ -171,7 +162,6 @@ services:
|
|||
- dockersocket
|
||||
labels:
|
||||
- "docker.group=monitoring"
|
||||
- "diun.enable=true"
|
||||
depends_on:
|
||||
- influxdb
|
||||
|
||||
|
|
|
@ -29,7 +29,6 @@ services:
|
|||
- "traefik.http.middlewares.nextcloudHeader.headers.customResponseHeaders.X-Robots-Tag=noindex,nofollow"
|
||||
- "traefik.http.routers.nextcloud.middlewares=nextcloudHeader"
|
||||
- "docker.group=netxtcloud"
|
||||
- "diun.enable=true"
|
||||
|
||||
|
||||
app:
|
||||
|
@ -106,11 +105,10 @@ services:
|
|||
- "traefik.http.routers.ncpush.middlewares=ncpushstrip"
|
||||
- "traefik.http.middlewares.ncpushstrip.stripprefix.prefixes=/push"
|
||||
- "docker.group=proxy"
|
||||
- "diun.enable=true"
|
||||
|
||||
|
||||
db:
|
||||
image: mariadb:${MARIADB_VERSION}
|
||||
image: mariadb:10
|
||||
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW --skip-innodb-read-only-compressed
|
||||
volumes:
|
||||
- ${VOLUMES_PATH}/nextcloud/db:/var/lib/mysql
|
||||
|
@ -138,7 +136,6 @@ services:
|
|||
timeout: 3s
|
||||
labels:
|
||||
- "docker.group=netxtcloud"
|
||||
- "diun.enable=true"
|
||||
|
||||
|
||||
# adminer:
|
||||
|
@ -161,7 +158,6 @@ services:
|
|||
# - "traefik.http.routers.adminer.middlewares=adminerauth"
|
||||
# - "traefik.http.middlewares.adminerauth.basicauth.users=${HTPASSWD_ADMINER}"
|
||||
# - "docker.group=netxtcloud"
|
||||
# - "diun.enable=true"
|
||||
|
||||
|
||||
redis:
|
||||
|
@ -179,7 +175,6 @@ services:
|
|||
timeout: 3s
|
||||
labels:
|
||||
- "docker.group=netxtcloud"
|
||||
- "diun.enable=true"
|
||||
|
||||
|
||||
collabora:
|
||||
|
@ -208,7 +203,6 @@ services:
|
|||
- "traefik.http.routers.collabora.tls.options=intermediate@file"
|
||||
- "traefik.http.services.collabora.loadbalancer.server.port=9980"
|
||||
- "docker.group=netxtcloud"
|
||||
- "diun.enable=true"
|
||||
|
||||
|
||||
drawio-export:
|
||||
|
@ -222,7 +216,6 @@ services:
|
|||
restart: unless-stopped
|
||||
labels:
|
||||
- "docker.group=netxtcloud"
|
||||
- "diun.enable=false" # not enabled becaus of spamming :)
|
||||
|
||||
|
||||
drawio:
|
||||
|
@ -252,7 +245,6 @@ services:
|
|||
- "traefik.http.routers.drawio.tls.options=intermediate@file"
|
||||
- "traefik.http.services.drawio.loadbalancer.server.port=8080"
|
||||
- "docker.group=netxtcloud"
|
||||
- "diun.enable=false" # not enabled becaus of spamming :)
|
||||
|
||||
networks:
|
||||
web:
|
||||
|
|
|
@ -59,7 +59,6 @@ services:
|
|||
- "traefik.http.routers.dashboard.middlewares=auth"
|
||||
- "traefik.http.middlewares.auth.basicauth.users=${HTPASSWD}"
|
||||
- "docker.group=proxy"
|
||||
- "diun.enable=true"
|
||||
|
||||
docker-socket-proxy:
|
||||
image: tecnativa/docker-socket-proxy
|
||||
|
@ -79,9 +78,6 @@ services:
|
|||
interval: 10s
|
||||
timeout: 3s
|
||||
privileged: true
|
||||
labels:
|
||||
- "docker.group=proxy"
|
||||
- "diun.enable=true"
|
||||
|
||||
|
||||
# whoami:
|
||||
|
|
10
pull-all.sh
10
pull-all.sh
|
@ -1,11 +1,9 @@
|
|||
#/bin/bash/
|
||||
|
||||
for dir in ./*/ ; do
|
||||
echo "[Building and Pulling $dir]"
|
||||
cd "$dir";
|
||||
docker compose pull --ignore-buildable
|
||||
docker compose build --pull;
|
||||
cd ..;
|
||||
echo;
|
||||
( cd "$dir" && echo "[Building $dir]" && docker compose build --pull );
|
||||
done
|
||||
|
||||
for dir in ./*/ ; do
|
||||
( cd "$dir" && echo "[Pulling $dir]" && docker compose pull --ignore-buildable );
|
||||
done
|
||||
|
|
|
@ -32,7 +32,6 @@ services:
|
|||
- "traefik.http.routers.push.tls.options=intermediate@file"
|
||||
- "traefik.http.services.push.loadbalancer.server.port=80"
|
||||
- "docker.group=push"
|
||||
- "diun.enable=true"
|
||||
|
||||
networks:
|
||||
push:
|
||||
|
|
|
@ -17,7 +17,6 @@ services:
|
|||
restart: unless-stopped
|
||||
labels:
|
||||
- "docker.group=rustdesk"
|
||||
- "diun.enable=true"
|
||||
|
||||
hbbr:
|
||||
ports:
|
||||
|
@ -32,7 +31,6 @@ services:
|
|||
restart: unless-stopped
|
||||
labels:
|
||||
- "docker.group=rustdesk"
|
||||
- "diun.enable=true"
|
||||
|
||||
networks:
|
||||
rustdesk:
|
||||
|
|
|
@ -32,7 +32,6 @@ services:
|
|||
- "traefik.http.routers.wallabag.tls.certresolver=netcup"
|
||||
- "traefik.http.routers.wallabag.tls.options=intermediate@file"
|
||||
- "docker.group=wallabag"
|
||||
- "diun.enable=true"
|
||||
depends_on:
|
||||
- db
|
||||
- redis
|
||||
|
@ -48,7 +47,6 @@ services:
|
|||
- /var/dockervolumes/wallabag/db:/var/lib/mysql
|
||||
labels:
|
||||
- "docker.group=wallabag"
|
||||
- "diun.enable=true"
|
||||
|
||||
redis:
|
||||
image: redis:7.2.4
|
||||
|
@ -61,7 +59,6 @@ services:
|
|||
timeout: 3s
|
||||
labels:
|
||||
- "docker.group=wallabag"
|
||||
- "diun.enable=true"
|
||||
|
||||
|
||||
networks:
|
||||
|
|
|
@ -27,7 +27,6 @@ services:
|
|||
- "traefik.http.routers.www-secure.tls.certresolver=netcup"
|
||||
- "traefik.http.routers.www-secure.tls.options=intermediate@file"
|
||||
- "docker.group=www"
|
||||
- "diun.enable=true"
|
||||
|
||||
networks:
|
||||
web:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue