diff --git a/apps/drone/live-runner.hcl b/apps/drone/live-runner.hcl index baa23f8..fe3a0bc 100644 --- a/apps/drone/live-runner.hcl +++ b/apps/drone/live-runner.hcl @@ -48,6 +48,7 @@ job "drone-runner" { DRONE_RUNNER_CAPACITY = 1 DRONE_LOGS_DEBUG = true DRONE_LOGS_TRACE = true + DOCKER_BUILDKIT = 1 } resources { diff --git a/apps/mosquitto-prometheus-exporter/live.hcl b/apps/mosquitto-prometheus-exporter/live.hcl index 3b12dc4..e1eb208 100644 --- a/apps/mosquitto-prometheus-exporter/live.hcl +++ b/apps/mosquitto-prometheus-exporter/live.hcl @@ -33,6 +33,10 @@ job "mosquitto-prometheus-exporter" { "--endpoint", "tcp://mqtt.wks:1883" ] } + resources { + cpu = 50 + memory = 10 + } } } }