This repository is the index of Wodby-managed service repositories for Wodby 2.0.
Services are reusable definitions for application runtimes, databases, search engines, infrastructure components, and integrations. A service becomes useful inside a stack, where it is configured as a stack service and later deployed as an app service.
- Service catalog: https://wodby.com/services
- Service docs: https://wodby.com/docs/2.0/services/
- Service template reference: https://wodby.com/docs/2.0/services/template/
- Service boilerplate: https://github.com/wodby/service
Use the service boilerplate when you want to
create a custom Git-backed service. It includes a valid service.yml, starter
build files, and README guidance.
For a single service repository, put service.yml at the repository root. For a
repository that contains multiple services, add an index.yml with service
directories:
services:
- api
- workerBefore publishing a service for others to use, review:
| Service | Repository |
|---|---|
| PHP | wodby/service-php |
| Drupal PHP | wodby/service-drupal-php |
| WordPress PHP | wodby/service-wordpress-php |
| Laravel PHP | wodby/service-laravel-php |
| Matomo PHP | wodby/service-matomo |
| Node.js | wodby/service-node |
| Next.js | wodby/service-nextjs |
| Dagster | wodby/service-dagster |
| Service | Repository |
|---|---|
| Nginx | wodby/service-nginx |
| Nginx for PHP | wodby/service-php-nginx |
| Nginx for Drupal | wodby/service-drupal-nginx |
| Nginx for WordPress | wodby/service-wordpress-nginx |
| Nginx for Laravel | wodby/service-laravel-nginx |
| Nginx for Matomo | wodby/service-matomo-nginx |
| Apache HTTPD | wodby/service-httpd |
| Apache HTTPD for PHP | wodby/service-php-httpd |
| Vinyl | wodby/service-vinyl |
| Vinyl for Drupal | wodby/service-drupal-vinyl |
| Vinyl for WordPress | wodby/service-wordpress-vinyl |
| Varnish | wodby/service-varnish |
| Varnish for Drupal | wodby/service-drupal-varnish |
| Varnish for WordPress | wodby/service-wordpress-varnish |
| Envoy Gateway | wodby/service-envoy-gateway |
| FRPC | wodby/service-frpc |
| Tailscale | wodby/service-tailscale |
| 3X UI | wodby/service-3xui |
| Service | Repository |
|---|---|
| MariaDB | wodby/service-mariadb |
| PostgreSQL | wodby/service-postgres |
| PostGIS | wodby/service-postgis |
| Cloud MySQL | wodby/service-cloud-mysql |
| Cloud MariaDB | wodby/service-cloud-mariadb |
| Cloud PostgreSQL | wodby/service-cloud-postgres |
| Valkey | wodby/service-valkey |
| Redis | wodby/service-redis |
| Solr | wodby/service-solr |
| ZooKeeper | wodby/service-zookeeper |
| Mailpit | wodby/service-mailpit |
| OpenSMTPD | wodby/service-opensmtpd |
| Gotenberg | wodby/service-gotenberg |
| Service | Repository |
|---|---|
| Monitoring | wodby/service-monitoring |
| Metrics Server | wodby/service-metrics-server |
| Node Exporter | wodby/service-node-exporter |
| Kube State Metrics | wodby/service-kube-state-metrics |
| AWS LB Controller | wodby/service-aws-lb-controller |
| NFS Provisioner | wodby/service-nfs-provisioner |
| OpenClaw | wodby/service-openclaw |