Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] add volume mount for polystore-mongo #78

Open
DavyLandman opened this issue Nov 9, 2020 · 0 comments
Open

[Feature] add volume mount for polystore-mongo #78

DavyLandman opened this issue Nov 9, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@DavyLandman
Copy link
Contributor

Is your feature request related to a problem? Please describe.
You don't want to restart the container and have lost your updated models.

Describe the solution you'd like
Add a default volume to the polystore-mongo container just like the user database containers get.

Describe alternatives you've considered
Re upload the models everytime after re-up?

Additional context
Currently it generates:

  polystore-mongo:
    image: mongo:latest
    environment:
      MONGO_INITDB_ROOT_USERNAME: admin
      MONGO_INITDB_ROOT_PASSWORD: admin
      MONGO_INITDB_DATABASE: admin
    volumes:
      - ./models/:/docker-entrypoint-initdb.d
@DavyLandman DavyLandman added the enhancement New feature or request label Nov 9, 2020
@MarieSaphira MarieSaphira self-assigned this Nov 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants