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

View File

@ -9,24 +9,10 @@ include:
- services/radarr.yml
- services/miniflux.yml
- services/jelu.yml
- services/uptime-kuma.yml
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"
ports:
- "${UPTIME_KUMA_EXTERNAL_PORT}:${UPTIME_KUMA_INTERNAL_PORT}"
networks:
- public
profiles:
- infra
- base
restart: unless-stopped
caddy:
image: caddy
container_name: caddy