templates/blueprints/glitchtip/template.yml

16 lines
265 B
YAML

variables:
main_domain: ${domain}
secret_key: ${base64:32}
config:
domains:
- serviceName: web
port: 8000
host: ${main_domain}
env:
- GLITCHTIP_HOST=${main_domain}
- GLITCHTIP_PORT=8000
- SECRET_KEY=${secret_key}
mounts: []