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
8 lines
265 B
TOML
8 lines
265 B
TOML
[variables]
|
|
MASTER_GRPC_ADDRESS = "<master_node_ip>:9666"
|
|
MASTER_FILER_URL = "http://<master_node_ip>:8080/api/filer"
|
|
CPU_LIMIT = "0.8"
|
|
|
|
[config]
|
|
env = ["MASTER_GRPC_ADDRESS=${MASTER_GRPC_ADDRESS}", "MASTER_FILER_URL=${MASTER_FILER_URL}", "CPU_LIMIT=${CPU_LIMIT}"]
|