A collection of services to setup up local development environment via docker-compose.
docker-compose up -d <SERVICENAME...>
You can specify more then one service name. Omit to start everything
docker-compose down
config-server
- Spring Cloud Config Server- http://localhost:8888
- By default looks for config files inside
./config
directory. Docker-compose file has commented settings to switch over to Git based configuration
eureka
- Spring Cloud Eurekarabbitmq
- RabbitMQ- Server: localhost:5672
- Credentials: guest/guest
- Management UI: http://localhost:8084
mysql
- MySQL- Server: localhost:3306
- Credentials: root / (blank)
phpmyadmin
- PhpMyAdmin, UI to interact withmysql
containerzipkin
- Zipkin - distributed tracingomnidb
- OmniDB - multi-db web based GUI (postgres, mysql)- http://localhost:8085
- Credentials: admin/admin
- Note: when connecting to servers, use container service name not localhost
postgres
- PostgreSQL- Server: localhost:5432
- Credentials: admin/admin