diff --git a/docker-compose.yaml b/docker-compose.yaml new file mode 100644 index 0000000..385d53a --- /dev/null +++ b/docker-compose.yaml @@ -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 \ No newline at end of file