Memory Limit geändert / unverschlüsselte Backups angeschaltet
This commit is contained in:
+2
-4
@@ -3,7 +3,7 @@ services:
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 1G
|
||||
memory: 2G
|
||||
image: rcourtman/pulse:latest
|
||||
container_name: pulse
|
||||
ports:
|
||||
@@ -13,8 +13,6 @@ services:
|
||||
environment:
|
||||
- REDIS_HOST=192.168.178.183
|
||||
- REDIS_PORT=9379
|
||||
# NOTE: Env vars override UI settings. Remove env var to allow UI configuration.
|
||||
|
||||
# Network discovery (usually not needed - auto-scans common networks)
|
||||
- DISCOVERY_SUBNET=192.168.178.0/24 # Only for non-standard networks
|
||||
# Ports
|
||||
@@ -25,7 +23,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=false # 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:
|
||||
|
||||
Reference in New Issue
Block a user