
Windmill
Windmill is an open-source alternative to Retool, Airplane and n8n.
Official integration
Created - Last update
Windmill is an open-source alternative to Retool, Airplane and n8n to build all your internal tools (endpoints, workflows, UIs) through simple scripts - in Typescript, Python, Go & Bash - and low code builders.
Deployed services
windmill-postgres
postgres:$$cap_postgres_version
- windmill-postgres-data:/var/lib/postgresql/data
always
3windmill
ghcr.io/windmill-labs/windmill:$$cap_app_version
8000
2
windmill-worker
ghcr.io/windmill-labs/windmill:$$cap_app_version
- /var/run/docker.sock:/var/run/docker.sock
- windmill-worker-dependency-cache:/tmp/windmill/cache
3
windmill-worker-native
ghcr.io/windmill-labs/windmill:$$cap_app_version
3
windmill-lsp
ghcr.io/windmill-labs/windmill-lsp:$$cap_app_version
- windmill-lsp-cache:/root/.cache
3001
Variables
Windmill Version
Default: 1.434.1
$$cap_app_versionCheckout their github page for the valid tags https://github.com/windmill-labs/windmill/releases
Postgres Version
Default: 16-alpine
$$cap_postgres_versionCheckout their page for the valid tags https://hub.docker.com/_/postgres
Potgress Database password
Default: $$cap_gen_random_hex(16)
$$cap_postgres_passPassword for postgres
