Files
templates/blueprints/checkcle/template.toml
Jainil Prajapati 149654a580 feat: add Checkcle security & compliance tool to catalog (#389)
* feat: add Checkcle security & compliance tool to catalog

* docs(checkcle): add default login credentials to docker-compose
2025-09-25 20:33:28 -06:00

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"