Deploy Mongo Express to work with OpenFlow collections directly

Hello everybody!

Please tell me how can I deploy Mongo Express to work with Openflow collections directly from its interface? I need to create several reference books for use in the selection fields of web forms, but they are quite voluminous and it will take too much time to manually fill them out. It seems that earlier I came across a post on activating Mongo Express in the standard docker-compose, but I can’t find it.

Thanks for the help!

  mongoexpress:
    labels:
      - "traefik.enable=true"
      - "traefik.http.routers.mongoexpress.rule=Host(`express.localhost.openiap.io`)"
      - "traefik.http.routers.mongoexpress.entrypoints=web"
      - "traefik.http.services.mongoexpress.loadbalancer.server.port=8081"
    image: "mongo-express"
    environment:
      - ME_CONFIG_MONGODB_SERVER=mongodb

Thanks, Allan! It really help.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.