A REST apis for realtimechat using socket.io, Nodejs,Mongodb
116
PORT=9000
DATABASE_URL=<your_mongodb_url>
JWT_SECRET=<your_secret>
docker pull yashtheycg/ycg-realtimechat:v1.1
v1.1: Pulling from yashtheycg/ycg-realtimechat
Digest: sha256:ebac3a8c9f3c81ae61db4af1a6c2439bb
Status: Image is up to date for yashtheycg/ycg-r
docker.io/yashtheycg/ycg-realtimechat:v1.1
docker run --env-file ./config.env -p 9000:9000 yashtheycg/ycg-realtimechat:v1.1
Server Listening at 9000
Connected to mongo successfully
Content type
Image
Digest
sha256:ebac3a8c9…
Size
387.7 MB
Last updated
about 2 years ago
docker pull yashtheycg/ycg-realtimechat:v1.1