mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-08 07:25:23 +02:00
15 lines
266 B
TOML
15 lines
266 B
TOML
[variables]
|
|
BASIC_AUTH_USER = "admin"
|
|
BASIC_AUTH_PASS = "${password:12}"
|
|
|
|
[config]
|
|
[[config.domains]]
|
|
name = "Domain"
|
|
variable = "DOMAIN"
|
|
serviceName = "mediafetch"
|
|
port = 3002
|
|
|
|
[[config.mounts]]
|
|
name = "Downloads"
|
|
filePath = "/data/downloads"
|
|
content = "mediafetch" |