]> git.parisson.com Git - telemeta.git/commitdiff
add nginx container
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Sat, 18 May 2019 09:36:52 +0000 (11:36 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Sat, 18 May 2019 09:36:52 +0000 (11:36 +0200)
env/nginx.yml [new file with mode: 0644]

diff --git a/env/nginx.yml b/env/nginx.yml
new file mode 100644 (file)
index 0000000..e043834
--- /dev/null
@@ -0,0 +1,12 @@
+nginx:
+  image: nginx
+  ports:
+    - "8000:80"
+  volumes:
+    - ./etc/nginx/conf.d/default.conf:/etc/nginx/conf.d/default.conf
+  volumes_from:
+    - data
+  links:
+    - app
+
+