]> git.parisson.com Git - mezzo.git/commitdiff
[Docker] : delete nginx service from main docker-compose file and put it env file
authorEmilie <zawadzki@ircam.fr>
Tue, 19 Jun 2018 16:04:49 +0000 (18:04 +0200)
committerEmilie <zawadzki@ircam.fr>
Tue, 19 Jun 2018 16:04:49 +0000 (18:04 +0200)
docker-compose.yml
env/nginx.yml

index f7c0de17bfd6bb4a983a146defc0c988dee403e2..b7cc10742efd5bee94873006e58c433081a3f105 100644 (file)
@@ -60,7 +60,4 @@ app:
     links:
         - db
     environment:
-        - DEBUG=False
-
-nginx:
-    image: nginx
+        - DEBUG=False
\ No newline at end of file
index 176aaac62847a248e0ed5a85340f054eeed36e54..72af0633318e2d6f4045ce2026303a2441606432 100644 (file)
@@ -1,3 +1,8 @@
+app:
+    image: ircamweb/mezzo:latest-dev
+    command: /bin/sh bin/app.sh
+    environment:
+        - DEBUG=True
 
 nginx:
     image: nginx