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