UNPKG

realtimecursor

Version:

Real-time collaboration system with cursor tracking and approval workflow

21 lines (19 loc) 448 B
version: '3' services: realtimecursor-backend: build: . ports: - "3000:3000" environment: - PORT=3000 - FRONTEND_URL=https://realtimecursor.com,https://www.realtimecursor.com restart: always realtimecursor-demo: image: nginx:alpine ports: - "80:80" volumes: - ./demo:/usr/share/nginx/html - ./sdk/dist-cdn:/usr/share/nginx/html/sdk depends_on: - realtimecursor-backend