harismawan / shorten_link

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to Run:

docker build -t [your-image-name]:[your-image-tag] -f [your-dockerfile] .
docker run -d --name [your-container-name] -e DATABASE_HOST=[your-mongo-host] -e DATABASE_PORT=[your-mongo-port] -e WEB_HOST=[your-web-host] -p 8080:8080 [your-image-name]

Database: MongoDB

About


Languages

Language:Python 90.4%Language:Dockerfile 5.4%Language:Makefile 4.2%