Skip to content

Latest commit

 

History

History
executable file
·
40 lines (23 loc) · 675 Bytes

README.rst

File metadata and controls

executable file
·
40 lines (23 loc) · 675 Bytes

README

2019.03.1

Your documentation goes here...

Running locally

To run locally, use the following commands:

docker-compose up -d redis
python run.py

Then try to visit http://localhost:8000/api/v1/basic/ping.

Running in docker

To run in docker, use the following command:

docker-compose up -d

Building container images

To rebuild container images in docker-compose without caching, use the following command:

docker-compose build --no-cache