Update docker-compose.yml
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user