Skip to content
WeftKitBeta
Compose Builder

Build your stack.
Copy. Run.

Check the engines you need on the left. The generated docker-compose.yml updates live on the right. Copy it or download it, then docker compose up -d.

Quick presets

Selection1 service
relational
docker-compose.relational.yml
# Generated by https://weftkit.com/compose
# Pin the exact version — WeftKit does not publish a floating :latest tag.

services:
  relational:
    image: weftkit/relational:0.1.0
    container_name: weftkit-relational
    restart: unless-stopped
    ports:
      - "20000:20000"
      - "9100:9100"   # Native
      - "9090:9090"   # Metrics
    volumes:
      - relational-data:/var/lib/weftkit/data

volumes:
  relational-data:
Next: save the file, then run docker compose up -d. Full deployment guide: /docs/deployment.