Kong API Gateway + Pantsel UI with Docker — Microservices

Agit Isik
Jul 18, 2021

Hello Everyone,

Kong API Gatway API : www.konghq.com

Pantsel UI Information : https://pantsel.github.io/konga/

Let’s start

  1. First create POSTGRES_PASSWORD file and write your PostgreSQL password.
  2. Create your docker-compose.yml file and write this.

If you want run this code :
docker-compose up — build -d

Then just connect localhost:1337

You should add your kong api server http://kong:8001

Thanks.

--

--