]> git.parisson.com Git - mezzo.git/commitdiff
add compose conf for dev
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 3 Mar 2016 10:47:33 +0000 (11:47 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 3 Mar 2016 10:47:33 +0000 (11:47 +0100)
conf/dev.yml [new file with mode: 0644]
docker-compose.yml

diff --git a/conf/dev.yml b/conf/dev.yml
new file mode 100644 (file)
index 0000000..a4d25c5
--- /dev/null
@@ -0,0 +1,23 @@
+# -*- coding: utf-8 -*-
+#
+# Copyright (c) 2015 IRCAM
+
+# Manifeste is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 2 of the License, or
+# (at your option) any later version.
+
+# Manifeste is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with Manifeste.  If not, see <http://www.gnu.org/licenses/>.
+
+# Authors:
+# Guillaume Pellerin <guillaume.pellerin@ircam.fr>
+
+
+app:
+  command: /bin/sh deploy/start_app.sh --runserver
index 16ceec870a0d6422dfc505af8202450100c849d0..e8f28dbbd7a898143a3aa942fd3e6552bd2a780e 100644 (file)
@@ -51,7 +51,7 @@ db:
 
 app:
   build: .
-  command: /bin/sh deploy/start_app.sh --runserver
+  command: /bin/sh deploy/start_app.sh
   ports:
     - "9010:9010"
   volumes: