generated from erangel1/generic-template
repo migration
This commit is contained in:
16
docker-compose.yaml
Normal file
16
docker-compose.yaml
Normal 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
|
||||||
Reference in New Issue
Block a user