uptime-kuma: move to separate file
This commit is contained in:
13
services/uptime-kuma.yml
Normal file
13
services/uptime-kuma.yml
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
services:
|
||||
uptime-kuma:
|
||||
image: louislam/uptime-kuma:1
|
||||
container_name: uptimekuma
|
||||
volumes:
|
||||
- "${DOCKER_STORAGE_PATH}/uptimekuma:/app/data"
|
||||
- "/var/run/docker.sock:/var/run/docker.sock"
|
||||
networks:
|
||||
- public
|
||||
profiles:
|
||||
- base
|
||||
restart: unless-stopped
|
Reference in New Issue
Block a user