Skip to content
Snippets Groups Projects

Resolve "Implement integration tests for topology"

Merged Neil-Jocelyn Schark requested to merge 342-implement-integration-tests-for-topology into master
Files
3
@@ -9,6 +9,14 @@ services:
@@ -9,6 +9,14 @@ services:
MONGO_INITDB_ROOT_USERNAME: root
MONGO_INITDB_ROOT_USERNAME: root
MONGO_INITDB_ROOT_PASSWORD: example
MONGO_INITDB_ROOT_PASSWORD: example
 
mongo-express:
 
image: mongo-express:0.54.0
 
ports:
 
- 127.0.0.1:8083:8081
 
environment:
 
ME_CONFIG_MONGODB_ADMINUSERNAME: root
 
ME_CONFIG_MONGODB_ADMINPASSWORD: example
 
rabbitmq:
rabbitmq:
image: rabbitmq:3-management
image: rabbitmq:3-management
healthcheck:
healthcheck:
Loading