monitoring/pulse/docker-compose.yaml hinzugefügt

This commit is contained in:
2025-12-06 16:19:54 +01:00
parent f5062af667
commit f2d005968e

View File

@@ -0,0 +1,18 @@
services:
pulse:
image: rcourtman/pulse:latest
container_name: pulse
ports:
- "7655:7655"
volumes:
- pulse_config:/config
- pulse_data:/data
environment:
- PULSE_AUTH_USER=<user> # Username for web UI login
- PULSE_AUTH_PASS=<password> # Plain text or bcrypt hash (auto-hashed if plain)
restart: unless-stopped
volumes:
pulse_config:
pulse_data: