From: Thomas Fillon Date: Mon, 2 Mar 2015 23:34:37 +0000 (+0100) Subject: docker-compose: update docker-compose.yml X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=ff9bd9e3169cd811b8401453ef03f307ae60e74f;p=timeside.git docker-compose: update docker-compose.yml --- diff --git a/docker-compose.yml b/docker-compose.yml index 80e7c09..023cdbe 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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