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
|
||||
|
||||
+3
-1
@@ -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
|
||||
|
||||
+2
-1
@@ -6,6 +6,8 @@ services:
|
||||
memory: 2G
|
||||
image: rcourtman/pulse:latest
|
||||
container_name: pulse
|
||||
labels:
|
||||
- wud.watch=true
|
||||
ports:
|
||||
- 9655:7655
|
||||
volumes:
|
||||
@@ -24,7 +26,6 @@ services:
|
||||
- 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)
|
||||
|
||||
# Security: Plain text credentials are automatically hashed
|
||||
# You can provide either:
|
||||
# 1. Plain text (auto-hashed): PULSE_AUTH_PASS=mypassword
|
||||
|
||||
@@ -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