Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 314 Bytes

Readme.md

File metadata and controls

14 lines (7 loc) · 314 Bytes

Kong with Konga

This project is to start kong(api gateway) and konga(Admin UI for kong) within docker-compose.

The docker compose file covers all the required dependency.

Steps to run the code: (Goto the project directory)

docker-compose up

Steps to stop the services:

docker-compose stop