mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
* feat: add Checkcle security & compliance tool to catalog * docs(checkcle): add default login credentials to docker-compose
14 lines
209 B
TOML
14 lines
209 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
|
|
[config]
|
|
[[config.domains]]
|
|
serviceName = "checkcle"
|
|
port = 8090
|
|
host = "${main_domain}"
|
|
|
|
[config.env]
|
|
|
|
[[config.mounts]]
|
|
source = "checkcle-data"
|
|
target = "/mnt/pb_data" |