Skip to content
This repository was archived by the owner on Jul 28, 2023. It is now read-only.
This repository was archived by the owner on Jul 28, 2023. It is now read-only.

Create MongoDB services #1

@tntrex

Description

@tntrex

Create MongoDB service with Web UI just like MySQL. Example mongo service for docker-compose:

services:
  mongo:
    image: mongo:3.6-jessie
    user: mongodb
    volumes:
      - mongodb:/data/db
    ports:
      - '27017'

volumes:
  mongodb:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions