]> git.parisson.com Git - mezzo.git/commitdiff
Fix db volumes
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 14 Nov 2018 09:15:04 +0000 (10:15 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 14 Nov 2018 09:15:19 +0000 (10:15 +0100)
docker-compose.yml

index 2d36692df9b34e3500efc3a9ddeb1d63d1cc5a00..7db2252af0149eff8dfcaee301cb8bdc8ca1e0ac 100644 (file)
@@ -38,6 +38,8 @@ services:
         image: postgres:9.5
         volumes:
             - ./var/lib/postgresql/data:/var/lib/postgresql/data
+        volumes_from:
+            - var
         env_file:
             - 'env/prod.env'