]> git.parisson.com Git - mezzo.git/commitdiff
add special dev compose conf
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 10 Mar 2016 00:24:09 +0000 (01:24 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 10 Mar 2016 00:24:09 +0000 (01:24 +0100)
conf/eve.yml [new file with mode: 0644]
conf/lib.yml [new file with mode: 0644]

diff --git a/conf/eve.yml b/conf/eve.yml
new file mode 100644 (file)
index 0000000..3021945
--- /dev/null
@@ -0,0 +1,30 @@
+# -*- coding: utf-8 -*-
+#
+# Copyright (c) 2015 Guillaume Pellerin <guillaume.pellerin@ircam.fr>
+
+# 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>
+
+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 (file)
index 0000000..839cb24
--- /dev/null
@@ -0,0 +1,25 @@
+# -*- coding: utf-8 -*-
+#
+# Copyright (c) 2015 Guillaume Pellerin <guillaume.pellerin@ircam.fr>
+
+# 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:
+  volumes:
+    - ./app/:/srv/app
+    - ./lib/mezzanine-agenda/:/srv/lib/mezzanine-agenda