使用React基于WebSocket的聊天程序,普通文本消息,文件,图片,视频消息,语音消息,视频通话,屏幕共享等。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

12 lines
207 B

version: '3'
services:
scan-web-one:
build:
context: ./
dockerfile: ./Dockerfile
image: go-chat-web:v1
container_name: go-chat-web
restart: always
ports:
- 3000:3000