This repository is the index of Wodby-managed stack repositories for Wodby 2.0.
Stacks are application blueprints. A stack selects the services an app should use and defines the default configuration, links, versions, resources, and optional components for those services.
- Stack catalog: https://wodby.com/stacks
- Stack docs: https://wodby.com/docs/2.0/stacks/
- Stack template reference: https://wodby.com/docs/2.0/stacks/template/
- Stack boilerplate: https://github.com/wodby/stack
Use the stack boilerplate when you want to
create a custom Git-backed stack. It includes a valid stack.yml and README
guidance for stack service references, links, and overrides.
For a single stack repository, put stack.yml at the repository root. For a
repository that contains multiple stacks, add an index.yml with stack
directories:
stacks:
- api
- workerBefore publishing a stack for others to use, review:
| Stack | Repository |
|---|---|
| HTML | wodby/stack-html |
| PHP | wodby/stack-php |
| Drupal | wodby/stack-drupal |
| WordPress | wodby/stack-wordpress |
| Laravel | wodby/stack-laravel |
| Matomo | wodby/stack-matomo |
| Node.js | wodby/stack-node |
| Next.js | wodby/stack-nextjs |
| Dagster | wodby/stack-dagster |
| Stack | Repository |
|---|---|
| MariaDB | wodby/stack-mariadb |
| PostgreSQL | wodby/stack-postgres |
| PostGIS | wodby/stack-postgis |
| Cloud MySQL | wodby/stack-cloud-mysql |
| Cloud MariaDB | wodby/stack-cloud-mariadb |
| Cloud PostgreSQL | wodby/stack-cloud-postgres |
| Valkey | wodby/stack-valkey |
| Redis | wodby/stack-redis |
| Solr | wodby/stack-solr |
| ZooKeeper | wodby/stack-zookeeper |
| Stack | Repository |
|---|---|
| Mailpit | wodby/stack-mailpit |
| OpenSMTPD | wodby/stack-opensmtpd |
| Gotenberg | wodby/stack-gotenberg |
| FRPC | wodby/stack-frpc |
| Tailscale | wodby/stack-tailscale |
| 3X UI | wodby/stack-3xui |
| Stack | Repository |
|---|---|
| Envoy Gateway | wodby/stack-envoy-gateway |
| Monitoring | wodby/stack-monitoring |
| Metrics | wodby/stack-metrics |
| AWS LB Controller | wodby/stack-aws-lb-controller |
| OpenClaw | wodby/stack-openclaw |