]> git.parisson.com Git - timeside.git/commitdiff
docker-compose: update docker-compose.yml
authorThomas Fillon <thomas@parisson.com>
Mon, 2 Mar 2015 23:34:37 +0000 (00:34 +0100)
committerThomas Fillon <thomas@parisson.com>
Mon, 2 Mar 2015 23:34:37 +0000 (00:34 +0100)
docker-compose.yml

index 80e7c095ed863822d7795e3b3137d5b5a4309e99..023cdbe4e9f25253f70058964ad107d480cac7a4 100644 (file)
@@ -2,17 +2,20 @@ datadb:
   image: debian:stable
   volumes:
     - /var/lib/postgresql
+  command: /bin/true
 
 datastatic:
   image: debian:stable
   volumes:
     - /var/www
-    
+  command: /bin/true
+
 datalog:
   image: debian:stable
   volumes:
     - /var/log/nginx
     - /var/log/postgres
+  command: /bin/true
 
 db:
   image: postgres