Datei aufgeräumt

This commit is contained in:
2026-02-17 11:14:14 +01:00
parent 05c791ab72
commit 3255781d61
+1 -10
View File
@@ -17,21 +17,12 @@ services:
- REDIS_PORT=9379 - REDIS_PORT=9379
# Network discovery (usually not needed - auto-scans common networks) # Network discovery (usually not needed - auto-scans common networks)
- DISCOVERY_SUBNET=192.168.178.0/24 # Only for non-standard networks - DISCOVERY_SUBNET=192.168.178.0/24 # Only for non-standard networks
# Ports
# - PORT=7655 # Backend port (default: 7655)
# - FRONTEND_PORT=7655 # Frontend port (default: 7655)
# Security (all optional - runs open by default) # Security (all optional - runs open by default)
- PULSE_AUTH_USER=sven # Username for web UI login - PULSE_AUTH_USER=sven # Username for web UI login
- 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 - PULSE_DISABLE_DOCKER_UPDATE_ACTIONS=true
# You can provide either:
# 1. Plain text (auto-hashed): PULSE_AUTH_PASS=mypassword
# 2. Pre-hashed (advanced): PULSE_AUTH_PASS='$$2a$$12$$...'
# Note: Escape $ as $$ in docker-compose.yml for pre-hashed values
# Performance # Performance
# - CONNECTION_TIMEOUT=10 # Connection timeout in seconds (default: 10) # - CONNECTION_TIMEOUT=10 # Connection timeout in seconds (default: 10)