1
0

uptime-kuma: move to separate file

This commit is contained in:
2023-12-02 13:29:39 +01:00
parent a2b564ce85
commit c4718bf3d1
3 changed files with 14 additions and 17 deletions

13
services/uptime-kuma.yml Normal file
View 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