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