Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 750 Bytes

README.md

File metadata and controls

49 lines (32 loc) · 750 Bytes

nameko-miniservice

Simple demonstration of Python microservices built on top of Flask and Nameko libraries.

Pre-requisities

  • Docker engine installed on the host server
  • docker-compose installed on the host server

How to build the application

$ docker-compose build

How to run the application

In case of the first run:

$ cd scripts
$ ./init_sentry.sh
$ docker-compose up -d

The application Swagger UI is accessible at http://0.0.0.0:8000

How to stop and remove the application

$ docker-compose down

Credentials

Username: demo

Password: demo