]> git.parisson.com Git - mezzo.git/commitdiff
use mezzo-latest
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 14 Nov 2018 18:24:30 +0000 (19:24 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 14 Nov 2018 18:24:30 +0000 (19:24 +0100)
docker-compose.yml
env/dev.yml

index bb3744fe2050d930b601b9da640ae342ec133df0..f5f0ccb7215dc86f911f613944aa3b282922ae3e 100644 (file)
@@ -45,7 +45,7 @@ services:
             - 'env/prod.env'
 
     app:
-        image: ircamweb/mezzo:latest-docker
+        image: ircamweb/mezzo:latest
         command: /bin/sh bin/app.sh --runserver
         volumes:
             - ./app:/srv/app
index 8bdc6bb975ed77893dba75bf66ff055c386127cd..be04f7493c430968124ff6ed05c422233c796290 100644 (file)
@@ -1,7 +1,7 @@
 version: '2'
 services:
     app:
-        image: ircamweb/mezzo:latest-docker
+        image: ircamweb/mezzo:latest
         command: /bin/sh bin/app.sh --runserver
         ports:
             - "9001:8000"