From 5e064f4b6bb67b2f52bd35b2aaa6fd6ca965d69c Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Sat, 29 Jul 2023 00:20:20 +0100 Subject: [PATCH] Create deploy.template.yaml --- .do/deploy.template.yaml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .do/deploy.template.yaml diff --git a/.do/deploy.template.yaml b/.do/deploy.template.yaml new file mode 100644 index 000000000..89f0afa86 --- /dev/null +++ b/.do/deploy.template.yaml @@ -0,0 +1,29 @@ +spec: + name: stirling-pdf + services: + - name: stirling-pdf + git: + branch: main + repo_clone_url: https://github.com/Frooodle/Stirling-PDF.git + dockerfile_path: Dockerfile + envs: + - key: APP_HOME_NAME + value: "Stirling PDF" + - key: APP_HOME_DESCRIPTION + value: "Your locally hosted one-stop-shop for all your PDF needs." + - key: APP_NAVBAR_NAME + value: "Stirling PDF" + - key: ALLOW_GOOGLE_VISIBILITY + value: "false" + - key: APP_ROOT_PATH + value: "/" + - key: APP_LOCALE + value: "en_GB" + - key: TESSERACT_LANGS + value: "eng" + routes: + - path: / + http_port: 8080 + instance_count: 1 + instance_size_slug: basic-xxs + source_dir: "/"