services: windmill_server: image: ghcr.io/windmill-labs/windmill:1.654.0 windmill_worker: image: ghcr.io/windmill-labs/windmill:1.654.0 deploy: replicas: 3 windmill_worker_native: image: ghcr.io/windmill-labs/windmill:1.654.0 db: image: postgres:16 caddy: image: ghcr.io/windmill-labs/caddy-l4 lsp: image: ghcr.io/windmill-labs/windmill-extra
services: windmill_server: image: ghcr.io/windmill-labs/windmill:1.654.0 windmill_worker: image: ghcr.io/windmill-labs/windmill:1.654.0 deploy: replicas: 3 windmill_worker_native: image: ghcr.io/windmill-labs/windmill:1.654.0 db: image: postgres:16 caddy: image: ghcr.io/windmill-labs/caddy-l4 lsp: image: ghcr.io/windmill-labs/windmill-extra
services: windmill_server: image: ghcr.io/windmill-labs/windmill:1.654.0 windmill_worker: image: ghcr.io/windmill-labs/windmill:1.654.0 deploy: replicas: 3 windmill_worker_native: image: ghcr.io/windmill-labs/windmill:1.654.0 db: image: postgres:16 caddy: image: ghcr.io/windmill-labs/caddy-l4 lsp: image: ghcr.io/windmill-labs/windmill-extra
services: n8n: image: docker.n8n.io/n8nio/n8n:2.11.3 postgres: image: postgres:16
services: n8n: image: docker.n8n.io/n8nio/n8n:2.11.3 postgres: image: postgres:16
services: n8n: image: docker.n8n.io/n8nio/n8n:2.11.3 postgres: image: postgres:16 - You're building internal developer tools and scripts
- You need to run Python/TypeScript/Go/SQL scripts on schedules
- You want auto-generated UIs from script parameters
- You need approval workflows (human-in-the-loop)
- You're building data pipelines or ETL jobs
- Your team writes code and wants version control with Git
- You need multiplayer real-time editing - You're replacing Zapier/Make for business workflow automation
- You want 400+ pre-built integrations without writing code
- You need a lightweight, simple deployment
- Your users are non-technical or semi-technical
- You're connecting SaaS apps (CRM, email, chat, etc.)
- You want a drag-and-drop interface
- Resource efficiency matters (VPS or Raspberry Pi) - How to Self-Host n8n
- How to Self-Host Windmill
- n8n vs Activepieces
- n8n vs Node-RED
- Self-Hosted Alternatives to Zapier
- Best Self-Hosted Automation Tools
- Docker Compose Basics