Skip to content

Instantly share code, notes, and snippets.

@arsdehnel
Created May 18, 2016 02:24
Show Gist options
  • Save arsdehnel/fed877fe2eb7d27512bc1fa25b7d08b6 to your computer and use it in GitHub Desktop.
Save arsdehnel/fed877fe2eb7d27512bc1fa25b7d08b6 to your computer and use it in GitHub Desktop.
Kong Docker Compose
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