]> git.parisson.com Git - telemeta.git/commitdiff
Add staging env, update pages
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 9 Aug 2018 22:22:14 +0000 (00:22 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 9 Aug 2018 22:22:14 +0000 (00:22 +0200)
env/staging.yml [new file with mode: 0644]
telemeta/pages

diff --git a/env/staging.yml b/env/staging.yml
new file mode 100644 (file)
index 0000000..e6f15bd
--- /dev/null
@@ -0,0 +1,43 @@
+    # -*- coding: utf-8 -*-
+    # -*- coding: utf-8 -*-
+#
+# Copyright (c) 2015-2016 Parisson SARL
+
+# This file is part of Telemeta.
+
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero General Public License as published by
+# the Free Software Foundation, either version 2 of the License, or
+# (at your option) any later version.
+
+# TimeSide 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 Affero General Public License for more details.
+
+# You should have received a copy of the GNU Affero General Public License
+# along with TimeSide.  If not, see <http://www.gnu.org/licenses/>.
+
+# Authors:
+# Guillaume Pellerin <yomguy@parisson.com>
+# Thomas Fillon <thomas@parisson.com>
+
+
+app:
+  image: parisson/telemeta:latest-dev
+  env_file:
+    - env/prod.env
+  command: /bin/bash bin/app.sh
+  volumes:
+    - ./lib/TimeSide:/srv/lib/timeside
+
+worker:
+  image: parisson/telemeta:latest-dev
+  env_file:
+    - env/prod.env
+  volumes:
+    - ./lib/TimeSide:/srv/lib/timeside
+
+db:
+  volumes:
+    - ./bin/:/srv/bin
index ec1e758bf72b617e8f2bc9f98c293ad17014c096..6bd28050dc7e96a8a226ea928a8e7b09b130be93 160000 (submodule)
@@ -1 +1 @@
-Subproject commit ec1e758bf72b617e8f2bc9f98c293ad17014c096
+Subproject commit 6bd28050dc7e96a8a226ea928a8e7b09b130be93