services: uptime-kuma: image: louislam/uptime-kuma:2 restart: unless-stopped volumes: - ./data:/app/data ports: - "3001:3001" networks: nw-caddy: depends_on: caddy: condition: service_healthy