WUD Labels hinzugefügt

This commit is contained in:
2026-01-16 12:12:16 +01:00
parent c5cdfe184d
commit 0236a2efe8
5 changed files with 21 additions and 9 deletions
+2
View File
@@ -3,6 +3,8 @@ services:
image: louislam/dockge:latest image: louislam/dockge:latest
restart: unless-stopped restart: unless-stopped
container_name: dockge container_name: dockge
labels:
- wud.watch=true
deploy: deploy:
resources: resources:
limits: limits:
+6 -1
View File
@@ -2,6 +2,8 @@ services:
dozzle: dozzle:
container_name: dozzle container_name: dozzle
restart: unless-stopped restart: unless-stopped
labels:
- wud.watch=true
deploy: deploy:
resources: resources:
limits: limits:
@@ -15,7 +17,10 @@ services:
ports: ports:
- 9889:8080 - 9889:8080
healthcheck: healthcheck:
test: ["CMD", "/dozzle", "healthcheck"] test:
- CMD
- /dozzle
- healthcheck
interval: 3s interval: 3s
timeout: 30s timeout: 30s
retries: 5 retries: 5
+7 -5
View File
@@ -1,9 +1,10 @@
services: services:
n8n: n8n:
image: n8nio/n8n:latest image: n8nio/n8n:latest
# build: .
restart: unless-stopped restart: unless-stopped
container_name: n8nv2 container_name: n8nv2
labels:
- wud.watch=true
deploy: deploy:
resources: resources:
limits: limits:
@@ -14,6 +15,7 @@ services:
- ./n8n-data:/home/node/.n8n - ./n8n-data:/home/node/.n8n
- /media/Daten/:/mnt/heimserver-daten - /media/Daten/:/mnt/heimserver-daten
- ./upload/:/mnt/upload - ./upload/:/mnt/upload
# - ./files/WertPlattensammlung.csv:/mnt/files
environment: environment:
- N8N_RUNNERS_ENABLED=true - N8N_RUNNERS_ENABLED=true
- N8N_PYTHON_ENABLED=true - N8N_PYTHON_ENABLED=true
@@ -32,7 +34,7 @@ services:
- N8N_SECURE_COOKIE=false - N8N_SECURE_COOKIE=false
- N8N_HOST=n8n-app.hanold.online - N8N_HOST=n8n-app.hanold.online
- N8N_PROTOCOL=https - 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 - WEBHOOK_URL=https://n8n-app.hanold.online
- N8N_PROXY_HOPS=1 - N8N_PROXY_HOPS=1
- DB_TYPE=postgresdb - DB_TYPE=postgresdb
@@ -41,7 +43,7 @@ services:
- DB_POSTGRESDB_DATABASE=n8n - DB_POSTGRESDB_DATABASE=n8n
- DB_POSTGRESDB_USER=n8n - DB_POSTGRESDB_USER=n8n
- DB_POSTGRESDB_PASSWORD=dbpass - DB_POSTGRESDB_PASSWORD=dbpass
# Timeouts anpassen: # Timeouts anpassen:
- EXECUTIONS_TIMEOUT=36000 - EXECUTIONS_TIMEOUT=36000
- N8N_HTTP_REQUEST_TIMEOUT=0 - N8N_HTTP_REQUEST_TIMEOUT=0
- N8N_HTTP_HEADERS_TIMEOUT=36000000 - N8N_HTTP_HEADERS_TIMEOUT=36000000
@@ -51,8 +53,8 @@ services:
- FETCH_CONNECT_TIMEOUT=6000000 - FETCH_CONNECT_TIMEOUT=6000000
networks: networks:
- n8n-net - n8n-net
# depends_on: # depends_on:
# - postgres # - postgres
postgres: postgres:
image: postgres:15-alpine image: postgres:15-alpine
deploy: deploy:
+2 -1
View File
@@ -6,6 +6,8 @@ services:
memory: 2G memory: 2G
image: rcourtman/pulse:latest image: rcourtman/pulse:latest
container_name: pulse container_name: pulse
labels:
- wud.watch=true
ports: ports:
- 9655:7655 - 9655:7655
volumes: volumes:
@@ -24,7 +26,6 @@ services:
- PULSE_AUTH_PASS=3IQyC3*202*a634DK7x^ # Plain text or bcrypt hash (auto-hashed if plain) - PULSE_AUTH_PASS=3IQyC3*202*a634DK7x^ # Plain text or bcrypt hash (auto-hashed if plain)
- API_TOKEN=tMeE9lQShpMQbrmBOL44K5E8Bf66LjUs - 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 # Security: Plain text credentials are automatically hashed
# You can provide either: # You can provide either:
# 1. Plain text (auto-hashed): PULSE_AUTH_PASS=mypassword # 1. Plain text (auto-hashed): PULSE_AUTH_PASS=mypassword
+2
View File
@@ -2,6 +2,8 @@ services:
wordpress: wordpress:
image: wordpress:latest image: wordpress:latest
container_name: wordpress container_name: wordpress
labels:
- wud.watch=true
deploy: deploy:
resources: resources:
limits: limits: