https://github.com/byrnedo/dev-stack
Docker compose stack for microservices
https://github.com/byrnedo/dev-stack
Last synced: 20 days ago
JSON representation
Docker compose stack for microservices
- Host: GitHub
- URL: https://github.com/byrnedo/dev-stack
- Owner: byrnedo
- License: mit
- Created: 2015-12-29T12:34:27.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-20T18:16:40.000Z (almost 10 years ago)
- Last Synced: 2025-01-19T19:49:17.067Z (12 months ago)
- Language: Shell
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dev-stack
[Capitan](https://github.com/byrnedo/capitan) stack for microservices
- Consul - Service Discovery
- Dns on 172.17.0.1 (docker bridge). This can be configured to work for dns on ubuntu host by editing /etc/dchp/dhcclient.conf
prepend domain-name-servers 172.17.0.1;
- Registrator - Service Registration
- Mongo - Database
- Redis - Cache/storage
- NATS - Message queue
- Tyk - Api Gateway
- Tyk Dashboard - Frontend for tyk gateway