Merge branch 'stored-state' into stored-offsets
[demos/kafka/training] / docker-compose.yml
index c7f4e19..b84ed52 100644 (file)
@@ -32,6 +32,15 @@ services:
       MONGO_INITDB_ROOT_USERNAME: juplo
       MONGO_INITDB_ROOT_PASSWORD: training
 
+  express:
+    image: mongo-express
+    ports:
+      - 8090:8081
+    environment:
+      ME_CONFIG_MONGODB_ADMINUSERNAME: juplo
+      ME_CONFIG_MONGODB_ADMINPASSWORD: training
+      ME_CONFIG_MONGODB_URL: mongodb://juplo:training@mongo:27017/
+
   setup:
     image: juplo/toolbox
     command: >