cursor / docker-compose.yml
JIMMYGGG's picture
Create docker-compose.yml
065e9e4 verified
raw
history blame contribute delete
173 Bytes
version: '3'
services:
cursor-api:
image: waitkafuka/cursor-api:latest
ports:
- "3000:3000"
environment:
- NODE_ENV=production
restart: always