mirror of
https://github.com/Dokploy/templates.git
synced 2026-04-29 12:11:22 -05:00
* add docker-compose for crowdsec * add template.toml * edit meta.json * add crowdsec logo * process-meta * Update blueprints/crowdsec/docker-compose.yml --------- Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
9 lines
131 B
TOML
9 lines
131 B
TOML
[variables]
|
|
auth_log_path = "/var/log/auth.log"
|
|
|
|
[config]
|
|
mounts = []
|
|
domains = []
|
|
|
|
[config.env]
|
|
AUTH_LOG_PATH = "${auth_log_path}" |