From: Guillaume Pellerin Date: Thu, 3 Mar 2016 10:47:33 +0000 (+0100) Subject: add compose conf for dev X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=33e1fdb16ee4e7a707bc7c40069071b6adbf8ba7;p=mezzo.git add compose conf for dev --- diff --git a/conf/dev.yml b/conf/dev.yml new file mode 100644 index 00000000..a4d25c57 --- /dev/null +++ b/conf/dev.yml @@ -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 . + +# Authors: +# Guillaume Pellerin + + +app: + command: /bin/sh deploy/start_app.sh --runserver diff --git a/docker-compose.yml b/docker-compose.yml index 16ceec87..e8f28dbb 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: