https://github.com/robsantossilva/konga-docker-compose
Docker-compose file to start Kong
https://github.com/robsantossilva/konga-docker-compose
api-gateway docker-compose kong kong-api-gateway konga
Last synced: 9 months ago
JSON representation
Docker-compose file to start Kong
- Host: GitHub
- URL: https://github.com/robsantossilva/konga-docker-compose
- Owner: robsantossilva
- Created: 2020-04-24T17:58:13.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-24T19:09:12.000Z (about 6 years ago)
- Last Synced: 2025-01-12T00:27:10.429Z (over 1 year ago)
- Topics: api-gateway, docker-compose, kong, kong-api-gateway, konga
- Size: 2.77 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Konga docker-compose
Docker-compose file to start Kong
```bash
sudo docker-compose up -d
```
### Kong
```bash
localhost:8000 //Kong’s admin API
localhost:8000 //Gateway
```
### Konga
```bash
localhost:1337 //Konga Dashboard
```
### Example for create a new service and route

https://medium.com/@tselentispanagis/managing-microservices-and-apis-with-kong-and-konga-7d14568bb59d