Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mingfang/docker-tyk
Run Tyk Inside Docker
https://github.com/mingfang/docker-tyk
Last synced: 19 days ago
JSON representation
Run Tyk Inside Docker
- Host: GitHub
- URL: https://github.com/mingfang/docker-tyk
- Owner: mingfang
- Created: 2015-06-28T05:23:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-26T12:15:57.000Z (over 9 years ago)
- Last Synced: 2024-11-06T15:18:36.474Z (2 months ago)
- Language: Shell
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-tyk
Run Tyk Inside DockerIncludes
- Tyk API Gateway
- Tyk Dashboard
- Redis
- MongoDBAll the process are managed by Runit automatically.
#Use
1. Build Docker image user the ```./build``` script
2. Run the entire stack using the ```./run``` script
3. To create a test user, docker exec into the container and run the ```/newuser``` script.#Dashboard
The Dashboard is exposed on port 3000.Login as ```[email protected]``` with password ```test123```, if you use the ```/newuser``` script above.
#Gateway
The Gateway is exposed on port 8080.
#Note
This image was intended only for testing the entire Tyk stack quickly using Docker.