Create deploy.template.yaml

This commit is contained in:
Anthony Stirling 2023-07-29 00:20:20 +01:00 committed by GitHub
parent ca12d040e1
commit 5e064f4b6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

29
.do/deploy.template.yaml Normal file
View File

@ -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: "/"