]> git.parisson.com Git - telemeta.git/commitdiff
fix paths and commands
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 7 Sep 2015 23:20:32 +0000 (01:20 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 7 Sep 2015 23:20:32 +0000 (01:20 +0200)
docker-compose.yml

index 84490cd66d066f2497f86fe045c58115abb52707..c5713133f0852af4eeaed82f1543e97f803a9814 100644 (file)
@@ -26,7 +26,7 @@ static:
   image: debian:wheezy
   volumes:
     - /var/www/static
-  command: true
+  command: "true"
 
 log:
   image: debian:wheezy
@@ -35,7 +35,7 @@ log:
     - /var/log/postgres
     - /var/log/uwsgi
     - /var/log/elasticsearch
-  command: /bin/true
+  command: "true"
 
 lib:
   image: debian:wheezy
@@ -43,14 +43,14 @@ lib:
     - /var/lib/rabbitmq
     - /var/lib/postgres
     - ./var/lib/mysql:/var/lib/mysql
-    - ./var/lib/elasticseach:/var/lib/elasticseach
-  command: /bin/true
+    - ./var/lib/elasticsearch:/var/lib/elasticsearch
+  command: "true"
 
 home:
   image: debian:wheezy
   volumes:
     - ./examples/sandbox:/home/sandbox
-  command: /bin/true
+  command: "true"
 
 db:
   image: mysql
@@ -112,4 +112,3 @@ nginx:
     - log
   links:
     - app
-