Archived
updated profiles
This commit is contained in:
@@ -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_ALLOWED_PATHS_FILE=
|
||||
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:
|
||||
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
|
||||
container_name: docker-socket-proxy
|
||||
hostname: docker-socket-proxy
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
services:
|
||||
wud:
|
||||
profiles: ["monitoring","all","wud"]
|
||||
image: getwud/wud
|
||||
container_name: wud
|
||||
restart: always
|
||||
|
||||
Reference in New Issue
Block a user