vasanthv / jsonbox

HTTP-based JSON storage.
https://jsonbox.io
MIT License
2.49k stars 171 forks source link

Support running a local instance with Docker and Docker Compose #24

Closed harlev closed 5 years ago

harlev commented 5 years ago

Added the following

In short, just call docker-compose up if you have all the docker prerequisites. The server will be available on http://localhost:3000 If needed, you could change the port in the docker-compose.yml file

vasanthv commented 5 years ago

@harlev having the Dockerfile in the main folder might break the current deployment. Can we have them in a separate folder with a separate Readme?

harlev commented 5 years ago

moved files to docker directory and created a separate readme file.
Tested it all works in the new location