Kirell
Kirell
WWindmill
Created by Kirell on 10/15/2024 in #help
Cannot run any script Python / TS
thank you!!
15 replies
WWindmill
Created by Kirell on 10/15/2024 in #help
Cannot run any script Python / TS
it works! I think the restart on exit was missing
15 replies
WWindmill
Created by Kirell on 10/15/2024 in #help
Cannot run any script Python / TS
if you see something crazy, we never know 🙂 Thanks
15 replies
WWindmill
Created by Kirell on 10/15/2024 in #help
Cannot run any script Python / TS
this is one worker in docker-compose.yml:
windmill-worker-1:
image: ghcr.io/windmill-labs/windmill:main
environment:
- DATABASE_URL=postgres://postgres:$SERVICE_PASSWORD_POSTGRES@db/windmill
- MODE=${MODE:-worker}
- WORKER_GROUP=${WORKER_GROUP:-default}
depends_on:
db:
condition: service_healthy
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- worker-dependency-cache:/tmp/windmill/cache
- worker-logs:/tmp/windmill/logs
healthcheck:
test: ["CMD-SHELL", "exit 0"]
interval: 30s
timeout: 10s
retries: 3
windmill-worker-1:
image: ghcr.io/windmill-labs/windmill:main
environment:
- DATABASE_URL=postgres://postgres:$SERVICE_PASSWORD_POSTGRES@db/windmill
- MODE=${MODE:-worker}
- WORKER_GROUP=${WORKER_GROUP:-default}
depends_on:
db:
condition: service_healthy
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- worker-dependency-cache:/tmp/windmill/cache
- worker-logs:/tmp/windmill/logs
healthcheck:
test: ["CMD-SHELL", "exit 0"]
interval: 30s
timeout: 10s
retries: 3
15 replies
WWindmill
Created by Kirell on 10/15/2024 in #help
Cannot run any script Python / TS
e.g
15 replies
WWindmill
Created by Kirell on 10/15/2024 in #help
Cannot run any script Python / TS
I have 4 docker images for workers running
15 replies
WWindmill
Created by Kirell on 10/15/2024 in #help
Cannot run any script Python / TS
No description
15 replies