mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-29 11:05:35 +02:00
13 lines
189 B
YAML
13 lines
189 B
YAML
variables:
|
|
main_domain: ${randomDomain}
|
|
|
|
config:
|
|
domains:
|
|
- serviceName: filebrowser
|
|
port: 8080
|
|
host: ${main_domain}
|
|
|
|
env:
|
|
- FB_BASEURL=/filebrowser
|
|
|
|
mounts: [] |