repo migration

This commit is contained in:
2026-04-30 13:23:19 +02:00
parent b3435a13b1
commit c9afad7774

16
docker-compose.yaml Normal file
View File

@@ -0,0 +1,16 @@
services:
pulse:
container_name: pulse
image: rcourtman/pulse:latest
restart: always
networks:
- homelab
ports:
- 7655:7655
volumes:
- ./pulse_data:/data
healthcheck:
disable: false
networks:
homelab:
external: true