UNPKG

vue-peer

Version:

With this package, you can have video calls along with two or multi-person chat communication. You can easily bind and display your streams in any video element you want.

15 lines (13 loc) 244 B
services: vue-peer: hostname: vue-peer container_name: vue-peer image: vue-peer restart: always environment: - APP_PORT=3000 build: context: . dockerfile: Dockerfile ports: - 8686:3000