Sign inSign up

yashtheycg/ycg-realtimechat

By yashtheycg

Updated about 2 years ago

A REST apis for realtimechat using socket.io, Nodejs,Mongodb

Image
0

116

yashtheycg/ycg-realtimechat repository overview

Setup

Make a config.env file
PORT=9000
DATABASE_URL=<your_mongodb_url>
JWT_SECRET=<your_secret>
Pull command
docker pull yashtheycg/ycg-realtimechat:v1.1
Response
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

You are ready to run the Image

Run command
docker run --env-file ./config.env -p 9000:9000 yashtheycg/ycg-realtimechat:v1.1
Response
Server Listening at 9000
Connected to mongo successfully

Tag summary

Content type

Image

Digest

sha256:ebac3a8c9

Size

387.7 MB

Last updated

about 2 years ago

docker pull yashtheycg/ycg-realtimechat:v1.1