Created
January 19, 2020 19:29
-
-
Save PatrickKalkman/b090f38864832ac289c26e0374be8177 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '2.4' | |
services: | |
workflowdb: | |
image: 'mongo:4.0.14' | |
environment: | |
- MONGO_INITDB_ROOT_USERNAME=mveroot | |
- MONGO_INITDB_ROOT_PASSWORD=2020minivideoencoder! | |
- MONGO_INITDB_DATABASE=workflow-db | |
volumes: | |
- workflowdatabase:/data.db | |
ports: | |
- '27017:27017' | |
volumes: | |
workflowdatabase: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment