From bab43f579df547147482e8528002b03a83d2ead5 Mon Sep 17 00:00:00 2001 From: sven Date: Fri, 26 Dec 2025 15:56:34 +0100 Subject: [PATCH] =?UTF-8?q?Memory=20Limit=20ge=C3=A4ndert=20/=20unverschl?= =?UTF-8?q?=C3=BCsselte=20Backups=20angeschaltet?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pulse/compose.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pulse/compose.yaml b/pulse/compose.yaml index 470b001..cee1d33 100755 --- a/pulse/compose.yaml +++ b/pulse/compose.yaml @@ -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: