From 3a2f2dd8942e0f269a2b37f069439a88663df4d3 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Sat, 8 Jul 2023 16:36:22 +0200 Subject: [PATCH] Update docker-compose.yml --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 27849eac23..ac943a4a7e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -45,7 +45,7 @@ services: condition: service_healthy volumes: # See Oauth (https://docs.windmill.dev/docs/misc/setup_oauth) - - ./oauth.json:/usr/src/app/oauth.json + # - ./oauth.json:/usr/src/app/oauth.json windmill_worker: # Use ghcr.io/windmill-labs/windmill-ee:main for the ee @@ -73,7 +73,7 @@ services: # mount the docker socket to allow to run docker containers from within the workers - /var/run/docker.sock:/var/run/docker.sock # See Oauth (https://docs.windmill.dev/docs/misc/setup_oauth) - - ./oauth.json:/usr/src/app/oauth.json + # - ./oauth.json:/usr/src/app/oauth.json ## 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: @@ -99,7 +99,7 @@ services: condition: service_healthy volumes: # See Oauth (https://docs.windmill.dev/docs/misc/setup_oauth) - - ./oauth.json:/usr/src/app/oauth.json + # - ./oauth.json:/usr/src/app/oauth.json lsp: