wiki/docs/portainer-stacks/uptime-kuma.md
sthope 848a5f5f29
All checks were successful
continuous-integration/drone/push Build is passing
updating docker version
2023-08-19 21:52:32 +02:00

479 B

Portainer Stack:

---
version: "3.9"
services:
  uptime:
    image: louislam/uptime-kuma:1
    container_name: uptime
    hostname: uptime
    network_mode: ${NET-bridge}
    volumes:
      - /uptime_kuma:/app/data
    restart: ${RST-unless-stopped}
    labels:
      - com.centurylinklabs.watchtower.enable=${AutoUpdate-true}

Environments:

TAG=latest
RST=unless-stopped
NET=bridge
PUID=${PUID-1000}
PGID=${PGID-1000}
TZ=${TZ-Europe/Amsterdam}
AutoUpdate=true