general update oon docker config

This commit is contained in:
debian
2024-07-19 12:38:32 +02:00
parent 2da547bcc2
commit fd083af6d3
34 changed files with 125 additions and 46 deletions

View File

@@ -1,14 +1,24 @@
services:
uptime-kuma:
extends:
file: ${TEMPLATES_PATH}
service: default
# not using the template because ncsd is not configured to support changing PUID/PGID
# https://github.com/louislam/uptime-kuma/issues/4743
# extends:
# file: ${TEMPLATES_PATH}
# service: default
image: louislam/uptime-kuma:latest
container_name: uptime-kuma
restart: unless-stopped
security_opt:
- no-new-privileges=true
environment:
TZ: ${TZ}
volumes:
- ${INFRA_PATH}/uptime-kuma/config:/app/data
ports:
- 5001:3001
networks:
- ip4net
- ip6net
labels:
# Watchtower
- "com.centurylinklabs.watchtower.enable=true"