Update docker-compose.yml

This commit is contained in:
Ruben Fiszel
2023-07-08 16:36:22 +02:00
committed by GitHub
parent a680acf6b0
commit 739d4095cc
+3 -3
View File
@@ -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: