Files
docker-compose/uptime-kuma/compose.yaml
T

16 lines
374 B
YAML

services:
uptime-kuma:
container_name: uptime-kuma
image: ghcr.io/louislam/uptime-kuma:2.3.2@sha256:9aeb4e51d038047f414309c77a1af553281ca535723cb88907d907269d0a908e
restart: unless-stopped
volumes:
- ${APPDATA_PATH}/uptime-kuma/config:/app/data
ports:
- ${PORT}:3001
networks:
- frontend
networks:
frontend:
external: true