version: '3' services: cursor-api: image: waitkafuka/cursor-api:latest ports: - "3000:3000" environment: - NODE_ENV=production restart: always