Stirling-PDF/.do/deploy.template.yaml

30 lines
816 B
YAML
Raw Normal View History

2023-07-29 00:20:20 +01:00
spec:
name: stirling-pdf
services:
- name: stirling-pdf
git:
2023-07-29 00:37:14 +01:00
branch: deployScripts
2023-07-29 00:20:20 +01:00
repo_clone_url: https://github.com/Frooodle/Stirling-PDF.git
2023-07-29 14:06:21 +01:00
dockerfile_path: Dockerfile2
2023-07-29 00:20:20 +01:00
envs:
2023-07-29 00:22:30 +01:00
- key: APP_HOME_NAME
2023-07-29 00:20:20 +01:00
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"
2023-07-29 00:22:57 +01:00
- key: TESSERACT_LANGS
2023-07-29 00:20:20 +01:00
value: "eng"
routes:
- path: /
http_port: 8080
instance_count: 1
instance_size_slug: basic-xxs
source_dir: "/"