https://github.com/hibuz/jhipster-uaa
https://github.com/hibuz/jhipster-uaa
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hibuz/jhipster-uaa
- Owner: hibuz
- Created: 2020-02-26T23:11:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T19:39:31.000Z (almost 3 years ago)
- Last Synced: 2025-01-15T08:08:39.674Z (10 months ago)
- Language: Java
- Size: 908 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README-DOCKER-COMPOSE.md
Awesome Lists containing this project
README
# JHipster generated Docker-Compose configuration
## Usage
Launch all your infrastructure by running: `docker-compose up -d`.
## Configured Docker services
### Service registry and configuration server:
- [JHipster Registry](http://localhost:8761)
### Applications and dependencies:
- test (microservice application)
- test's mongodb database
- test's elasticsearch search engine
- gateway (gateway application)
- gateway's mariadb database
- gateway's elasticsearch search engine
- uaa (uaa application)
- uaa's mariadb database
- uaa's elasticsearch search engine
### Additional Services:
- Kafka
- Zookeeper
- [JHipster Console](http://localhost:5601)
- [Zipkin](http://localhost:9411)