windmill: fix native workers
This commit is contained in:
@@ -61,10 +61,12 @@
|
|||||||
env:
|
env:
|
||||||
DATABASE_URL_FILE: /run/secrets/postgres-url
|
DATABASE_URL_FILE: /run/secrets/postgres-url
|
||||||
MODE: worker
|
MODE: worker
|
||||||
WORKER_TYPE: native
|
WORKER_GROUP: native
|
||||||
NATIVE_MODE: "true"
|
NATIVE_MODE: "true"
|
||||||
NUM_WORKERS: "8"
|
NUM_WORKERS: "8"
|
||||||
SLEEP_QUEUE: "200"
|
SLEEP_QUEUE: "200"
|
||||||
|
ENABLE_UNSHARE_PID: "true"
|
||||||
|
UNSHARE_ISOLATION_FLAGS: "--user --map-root-user --pid --fork"
|
||||||
- name: lsp
|
- name: lsp
|
||||||
image: ghcr.io/windmill-labs/windmill-extra:latest
|
image: ghcr.io/windmill-labs/windmill-extra:latest
|
||||||
secrets: []
|
secrets: []
|
||||||
|
|||||||
Reference in New Issue
Block a user