mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-10 08:25:23 +02:00
* feat: add crawlab * feat: add crawlab - re order * feat: add crawlab - fix compose * feat: split crawlab into worker and master
13 lines
288 B
TOML
13 lines
288 B
TOML
[variables]
|
|
MONGO_USERNAME = "crawlab"
|
|
MONGO_PASSWORD = "${password:24}"
|
|
CPU_LIMIT = "0.8"
|
|
|
|
[config]
|
|
env = ["MONGO_USERNAME=${MONGO_USERNAME}", "MONGO_PASSWORD=${MONGO_PASSWORD}", "CPU_LIMIT=${CPU_LIMIT}"]
|
|
|
|
[[config.domains]]
|
|
serviceName = "crawlab-master"
|
|
port = 8080
|
|
host = "${domain}"
|