version: '3' services: kvideo: container_name: kvideo build: context: . dockerfile: Dockerfile restart: always ports: - 3000:3000 environment: - NODE_ENV=production