Skip to content

Instantly share code, notes, and snippets.

@toast38coza
Created August 31, 2017 09:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save toast38coza/4b68a8dcd83bbb880350a7ea1fce5251 to your computer and use it in GitHub Desktop.
Save toast38coza/4b68a8dcd83bbb880350a7ea1fce5251 to your computer and use it in GitHub Desktop.
Konga Dashboard for Kong API Gateway
version: "3"
services:
konga:
image: pantsel/konga:latest
env_file: 'kong.env'
ports:
- '8999:1337'
mongo:
image: mongo
volumes:
- 'mongo_data:/data/db'
volumes:
mongo_data:
# edit accordingly
DB_ADAPTER=mongo
DB_HOST=mongo
DB_DATABASE=konga
NODE_ENV=development
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment