mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
16 lines
265 B
YAML
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: [] |