services: uptime-kuma: image: louislam/uptime-kuma:1 container_name: uptime-kuma restart: unless-stopped ports: - "${HTTP_PORT:-3001}:3001" volumes: - ${DATA_PATH:-/srv/uptime-kuma}:/app/data