opportunity: add a docker-compose.yml file
authorJean Privat <jean@pryen.org>
Fri, 11 May 2018 16:38:06 +0000 (12:38 -0400)
committerJean Privat <jean@pryen.org>
Fri, 11 May 2018 16:38:06 +0000 (12:38 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

contrib/opportunity/docker-compose.yml [new file with mode: 0644]

diff --git a/contrib/opportunity/docker-compose.yml b/contrib/opportunity/docker-compose.yml
new file mode 100644 (file)
index 0000000..638a2e9
--- /dev/null
@@ -0,0 +1,10 @@
+version: "2"
+
+services:
+        app:
+                build: docker
+                restart: unless-stopped
+                volumes:
+                        - ./volumes/db:/nit/contrib/opportunity/db/
+                ports:
+                        - "8080:8080"