changeset 3376:a94cdda7d5c4

plugin app manager docker: weblate SàT app file for Docker
author Goffi <goffi@goffi.org>
date Mon, 28 Sep 2020 21:10:33 +0200
parents b41ed8d9d40b
children 297389b1563c
files sat/plugins/plugin_app_manager_docker/sat_app_weblate.yaml
diffstat 1 files changed, 30 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sat/plugins/plugin_app_manager_docker/sat_app_weblate.yaml	Mon Sep 28 21:10:33 2020 +0200
@@ -0,0 +1,30 @@
+type: docker-compose
+prepare:
+  git: https://github.com/WeblateOrg/docker-compose.git
+override:
+  version: "3"
+  services:
+    weblate:
+      ports:
+        - "8080"
+      environment:
+        WEBLATE_DEBUG: 0
+        WEBLATE_URL_PREFIX: !sat_param [url_prefix, /weblate]
+        WEBLATE_EMAIL_HOST: !sat_conf ["", "email_server"]
+        WEBLATE_EMAIL_HOST_USER: !sat_conf ["", "email_username"]
+        WEBLATE_EMAIL_HOST_PASSWORD: !sat_conf ["", "email_password"]
+        WEBLATE_SERVER_EMAIL: !sat_conf ["", "email_from"]
+        WEBLATE_DEFAULT_FROM_EMAIL: !sat_conf ["", "email_from"]
+        WEBLATE_SITE_DOMAIN: !sat_conf ["", "public_url"]
+        WEBLATE_ADMIN_PASSWORD: !sat_generate_pwd
+        WEBLATE_ADMIN_EMAIL: !sat_conf ["", "email_admins_list", "", "first"]
+expose:
+  url_prefix: [override, services, weblate, environment, WEBLATE_URL_PREFIX]
+  front_url: !sat_param [front_url, /translate]
+  web_label: Translate
+  ports:
+    web:
+      service: weblate
+      private: 8080
+  passwords:
+    admin: [override, services, weblate, environment, WEBLATE_ADMIN_PASSWORD]