/kong-docker

Docker compose file to spin the Kong Stack

Primary LanguageShellMIT LicenseMIT

Kong Docker

The project contains a simple docker-compose file to spin the necessary containers to have Kong up and running, therefore you can to have a good kong management stack that includes the Konga, which is a good UI to manage Kong.

To setup kong source files run:

$ ./start.sh

To reload kong after changes on source files

$ ./reload.sh

To spin the containers, you can simply run:

$ docker-compose up -d

License

The MIT License (MIT). Please see License File for more information.