From 0236a2efe81f3500b05ef87cbb9cf723c87fe845 Mon Sep 17 00:00:00 2001 From: sven Date: Fri, 16 Jan 2026 12:12:16 +0100 Subject: [PATCH] =?UTF-8?q?WUD=20Labels=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dockge/docker-compose.yaml | 2 ++ dozzle/compose.yaml | 7 ++++++- n8nv2/compose.yaml | 12 +++++++----- pulse/compose.yaml | 7 ++++--- wordpress/docker-compose.yml | 2 ++ 5 files changed, 21 insertions(+), 9 deletions(-) diff --git a/dockge/docker-compose.yaml b/dockge/docker-compose.yaml index 527217e..e63d327 100755 --- a/dockge/docker-compose.yaml +++ b/dockge/docker-compose.yaml @@ -3,6 +3,8 @@ services: image: louislam/dockge:latest restart: unless-stopped container_name: dockge + labels: + - wud.watch=true deploy: resources: limits: diff --git a/dozzle/compose.yaml b/dozzle/compose.yaml index e02065d..a448b3b 100755 --- a/dozzle/compose.yaml +++ b/dozzle/compose.yaml @@ -2,6 +2,8 @@ services: dozzle: container_name: dozzle restart: unless-stopped + labels: + - wud.watch=true deploy: resources: limits: @@ -15,7 +17,10 @@ services: ports: - 9889:8080 healthcheck: - test: ["CMD", "/dozzle", "healthcheck"] + test: + - CMD + - /dozzle + - healthcheck interval: 3s timeout: 30s retries: 5 diff --git a/n8nv2/compose.yaml b/n8nv2/compose.yaml index 5abbc69..5f7593d 100755 --- a/n8nv2/compose.yaml +++ b/n8nv2/compose.yaml @@ -1,9 +1,10 @@ services: n8n: image: n8nio/n8n:latest -# build: . restart: unless-stopped container_name: n8nv2 + labels: + - wud.watch=true deploy: resources: limits: @@ -14,6 +15,7 @@ services: - ./n8n-data:/home/node/.n8n - /media/Daten/:/mnt/heimserver-daten - ./upload/:/mnt/upload + # - ./files/WertPlattensammlung.csv:/mnt/files environment: - N8N_RUNNERS_ENABLED=true - N8N_PYTHON_ENABLED=true @@ -32,7 +34,7 @@ services: - N8N_SECURE_COOKIE=false - N8N_HOST=n8n-app.hanold.online - N8N_PROTOCOL=https -# - N8N_PORT=" " #GIFTIG: Killt den Zugriff auf n8n von außen + # - N8N_PORT=" " #GIFTIG: Killt den Zugriff auf n8n von außen - WEBHOOK_URL=https://n8n-app.hanold.online - N8N_PROXY_HOPS=1 - DB_TYPE=postgresdb @@ -41,7 +43,7 @@ services: - DB_POSTGRESDB_DATABASE=n8n - DB_POSTGRESDB_USER=n8n - DB_POSTGRESDB_PASSWORD=dbpass -# Timeouts anpassen: + # Timeouts anpassen: - EXECUTIONS_TIMEOUT=36000 - N8N_HTTP_REQUEST_TIMEOUT=0 - N8N_HTTP_HEADERS_TIMEOUT=36000000 @@ -51,8 +53,8 @@ services: - FETCH_CONNECT_TIMEOUT=6000000 networks: - n8n-net -# depends_on: -# - postgres + # depends_on: + # - postgres postgres: image: postgres:15-alpine deploy: diff --git a/pulse/compose.yaml b/pulse/compose.yaml index cee1d33..fa7cbd1 100755 --- a/pulse/compose.yaml +++ b/pulse/compose.yaml @@ -6,6 +6,8 @@ services: memory: 2G image: rcourtman/pulse:latest container_name: pulse + labels: + - wud.watch=true ports: - 9655:7655 volumes: @@ -23,8 +25,7 @@ services: - PULSE_AUTH_USER=sven # Username for web UI login - PULSE_AUTH_PASS=3IQyC3*202*a634DK7x^ # Plain text or bcrypt hash (auto-hashed if plain) - API_TOKEN=tMeE9lQShpMQbrmBOL44K5E8Bf66LjUs - - ALLOW_UNPROTECTED_EXPORT=true # Allow export without auth (default: false) - + - ALLOW_UNPROTECTED_EXPORT=true # Allow export without auth (default: false) # Security: Plain text credentials are automatically hashed # You can provide either: # 1. Plain text (auto-hashed): PULSE_AUTH_PASS=mypassword @@ -36,7 +37,7 @@ services: # CORS & logging # - ALLOWED_ORIGINS=https://app.example.com # CORS origins (default: none, same-origin only) - - LOG_LEVEL=error # Log level: debug/info/warn/error (default: info) + - LOG_LEVEL=error # Log level: debug/info/warn/error (default: info) restart: unless-stopped volumes: pulse_data: null diff --git a/wordpress/docker-compose.yml b/wordpress/docker-compose.yml index d11ec3c..007cfe5 100755 --- a/wordpress/docker-compose.yml +++ b/wordpress/docker-compose.yml @@ -2,6 +2,8 @@ services: wordpress: image: wordpress:latest container_name: wordpress + labels: + - wud.watch=true deploy: resources: limits: