summaryrefslogtreecommitdiff
path: root/mongodb/Dockerfile
diff options
context:
space:
mode:
authorjc0b <j.burley@vu.nl>2020-04-23 14:59:48 +0200
committerjc0b <j.burley@vu.nl>2020-04-23 14:59:48 +0200
commit4c347eb501a16eaa2a54933ed1ec8fa26521cc88 (patch)
tree5121e50197c1ff4837d250509c47950a7644028f /mongodb/Dockerfile
parentc7629d482e9129160858282d32d94f7278bbf6df (diff)
Added basic mongodb framework
Diffstat (limited to 'mongodb/Dockerfile')
-rw-r--r--mongodb/Dockerfile6
1 files changed, 6 insertions, 0 deletions
diff --git a/mongodb/Dockerfile b/mongodb/Dockerfile
new file mode 100644
index 00000000..e8dd98bc
--- /dev/null
+++ b/mongodb/Dockerfile
@@ -0,0 +1,6 @@
+FROM mongo:4.2.5
+MAINTAINER Jacob Burley <j.burley@vu.nl>
+
+# Import init script
+ADD mongo-init-opendc-db.sh /docker-entrypoint-initdb.d
+ADD mongo-opendc-schema.sh /docker-entrypoint-initdb.d \ No newline at end of file