A Flask project that exposes a REST API endpoint
Build and start the docker containers with docker-compose.
$ docker-compose -f dev.yml build
$ docker-compose -f dev.yml up
http://localhost:5000/api/list
Edit nginx settings Edit .env file
$ docker-compose -f production.yml build
$ docker-compose -f production.yml up
http://localhost/api/list