Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 700 Bytes

File metadata and controls

28 lines (18 loc) · 700 Bytes

Addresses

mongodb: http://localhost:27017

elasticsearch: http://localhost:9200

postgresql: http://localhost:5432

postgresql adminer: http://localhost:5433

swagger-ui 2 spring-fox: http://localhost:8003/swagger-ui/index.html#/

swagger2-api-doc: http://localhost:8003/v2/api-docs

rabbitmq-management-ui: http://localhost:15672/

graphiql editor:http://localhost:8006/graphiql

swagger-ui 3 spring-doc:http://localhost:8008/swagger-ui/index.html#/

swagger3-api-doc: http://localhost:8008/v3/api-docs

Build Containers

Run it in the directory where the docker-compose file is.

docker-compose -f .\docker-compose.yml -p spring-trainings up -d