From dd13dfabf46da0527f2feccf43fab6c8ed175544 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Tue, 4 Jul 2023 20:02:05 +0200 Subject: [PATCH] Update docker-compose.yml --- docker-compose.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index b213420145..30cf6a09a4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -67,10 +67,6 @@ services: # volumes: # - ./oauth.json/:/usr/src/app/oauth.json # to mount the worker folder to debug, KEEP_JOB_DIR=true and mount /tmp/windmill - volumes: - - worker_dependency_cache:/tmp/windmill/cache - # mount the docker socket to allow to run docker containers from within the workers - # - /var/run/docker.sock:/var/run/docker.sock ## This worker is specialized for "native" jobs. Jobs that are lightweight and run "in-process" and can thus be parallelized to more than 1 at a time on a given worker windmill_worker_native: