Skip to content

Instantly share code, notes, and snippets.

@webwurst
Created June 14, 2015 16:22
Show Gist options
  • Save webwurst/a3699c8eb90a5b79224e to your computer and use it in GitHub Desktop.
Save webwurst/a3699c8eb90a5b79224e to your computer and use it in GitHub Desktop.
[wip] tyk/docker-compose.yml
gateway:
image: tykio/tyk-gateway
ports:
- "8080:8080"
links:
- redis
- mongo
dashboard:
image: tykio/tyk-dashboard
ports:
- "3000:3000"
links:
- redis
- mongo
- gateway
hostmanager:
image: tykio/tyk-host-manager
ports:
- "8888:80"
environment:
- DOMAINALIAS=tyk.docker
links:
- redis
- mongo
- gateway:tyk_gateway
- dashboard:tyk_dashboard
redis:
image: redis
mongo:
image: mongo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment