mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
15 lines
271 B
YAML
15 lines
271 B
YAML
variables:
|
|
main_domain: ${domain}
|
|
browserless_token: ${password:16}
|
|
|
|
config:
|
|
domains:
|
|
- serviceName: browserless
|
|
port: 3000
|
|
host: ${main_domain}
|
|
|
|
env:
|
|
- BROWERLESS_HOST=${main_domain}
|
|
- BROWSERLESS_TOKEN=${browserless_token}
|
|
|
|
mounts: [] |