This project demonstrates how to run Kong API Gateway using Docker Compose and configure simple routes that forward requests to backend services exposed on:
http://localhost:8000/testhttp://localhost:8000/whoami
- Docker
- Docker Compose
- Clone this repository (or copy the
docker-compose.ymlinto a working directory). - Start Kong with:
docker-compose up -d
docker-compose down