WUD Labels hinzugefügt
This commit is contained in:
@@ -3,6 +3,8 @@ services:
|
||||
image: louislam/dockge:latest
|
||||
restart: unless-stopped
|
||||
container_name: dockge
|
||||
labels:
|
||||
- wud.watch=true
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
|
||||
+6
-1
@@ -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
|
||||
|
||||
+7
-5
@@ -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:
|
||||
|
||||
+4
-3
@@ -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
|
||||
|
||||
@@ -2,6 +2,8 @@ services:
|
||||
wordpress:
|
||||
image: wordpress:latest
|
||||
container_name: wordpress
|
||||
labels:
|
||||
- wud.watch=true
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
|
||||
Reference in New Issue
Block a user