From: Guillaume Pellerin Date: Thu, 10 Mar 2016 00:24:09 +0000 (+0100) Subject: add special dev compose conf X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=a4ef06cb2b167f3a260b1dd0049ab77dba088eeb;p=mezzo.git add special dev compose conf --- diff --git a/conf/eve.yml b/conf/eve.yml new file mode 100644 index 00000000..30219453 --- /dev/null +++ b/conf/eve.yml @@ -0,0 +1,30 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2015 Guillaume Pellerin + +# 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 + +evedb: + image: postgres + volumes: + - ./data/var/lib/postgresql/eve/data/:/var/lib/postgresql/data + volumes_from: + - data + environment: + - POSTGRES_PASSWORD=mysecretpassword + - POSTGRES_USER=postgres + - POSTGRES_DB=eve diff --git a/conf/lib.yml b/conf/lib.yml new file mode 100644 index 00000000..839cb249 --- /dev/null +++ b/conf/lib.yml @@ -0,0 +1,25 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2015 Guillaume Pellerin + +# 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: + volumes: + - ./app/:/srv/app + - ./lib/mezzanine-agenda/:/srv/lib/mezzanine-agenda