services: uptime-kuma: image: docker.io/louislam/uptime-kuma:1.23.16 container_name: uptime-kuma volumes: - ${APPDATA_PATH}/uptime-kuma/config:/app/data ports: - ${PORT}:3001 networks: - frontend restart: unless-stopped networks: frontend: external: true