1
0

uptime-kuma: move to separate file

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

12
services/uptime-kuma.yml Normal file
View File

@ -0,0 +1,12 @@
---
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