updated profiles

This commit is contained in:
2026-07-17 06:05:28 +10:00
parent cc794c3896
commit f88e45b783
3 changed files with 9 additions and 1 deletions
+7
View File
@@ -90,3 +90,10 @@ MTLS_BRIDGE_CLIENT_CERT=/certs/clients/office-pc/office-pc.crt
MTLS_BRIDGE_TARGET_URL=http://node-red:1880 MTLS_BRIDGE_TARGET_URL=http://node-red:1880
MTLS_BRIDGE_ALLOWED_PATHS_FILE= MTLS_BRIDGE_ALLOWED_PATHS_FILE=
MTLS_BRIDGE_CORS_ALLOW_ORIGIN=https://grafana.lan.ddnsgeek.com MTLS_BRIDGE_CORS_ALLOW_ORIGIN=https://grafana.lan.ddnsgeek.com
# Whats up Docker
WUD_WATCHER_LOCAL_CRON="0 */6 * * *"
WUD_TRIGGER_GOTIFY_URL=https://gotify.lan.ddnsgeek.com
WUD_TRIGGER_GOTIFY_TOKEN=ARPi3hyrAdEUSu6
WUD_TRIGGER_GOTIFY_PRIORITY=5
WUD_TRIGGER_GOTIFY_TITLE="Docker Updates"
@@ -1,6 +1,6 @@
services: services:
docker-socket-proxy: docker-socket-proxy:
profiles: ["monitoring","all","docker-socket-proxy", "core", "traefik", "uptime-kuma", "beszel"] profiles: ["monitoring","all","docker-socket-proxy", "core", "traefik", "uptime-kuma", "beszel", wud]
image: tecnativa/docker-socket-proxy:latest image: tecnativa/docker-socket-proxy:latest
container_name: docker-socket-proxy container_name: docker-socket-proxy
hostname: docker-socket-proxy hostname: docker-socket-proxy
+1
View File
@@ -1,5 +1,6 @@
services: services:
wud: wud:
profiles: ["monitoring","all","wud"]
image: getwud/wud image: getwud/wud
container_name: wud container_name: wud
restart: always restart: always