Created
May 18, 2016 02:24
-
-
Save arsdehnel/fed877fe2eb7d27512bc1fa25b7d08b6 to your computer and use it in GitHub Desktop.
Kong Docker Compose
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cassandra: | |
image: mashape/cassandra | |
kong: | |
image: vikingco/kong | |
links: | |
- cassandra | |
ports: | |
- "8001:8001" | |
- "8000:8000" | |
dashboard: | |
image: pgbi/kong-dashboard | |
ports: | |
- "8002:8080" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment