WUD Labels hinzugefügt
This commit is contained in:
@@ -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
@@ -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
|
||||||
|
|||||||
+3
-1
@@ -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
|
||||||
|
|||||||
+2
-1
@@ -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,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:
|
||||||
|
|||||||
Reference in New Issue
Block a user