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