Deploy Drupal applications on Kubernetes with Wodby.
This repository defines the Wodby stack manifests and default service composition for Drupal.
Use one of the compatible source templates exposed by this stack's services to start with Wodby CI build configuration:
- PHP (Drupal 11) service
- Vinyl (Drupal) service
- Nginx (Drupal 11) service
- MariaDB service
- Ganesha NFS provisioner service
- Solr service
- Valkey service
- Gotenberg service
- Mailpit service
- OpenSMTPD service
- ZooKeeper service
- PostgreSQL service
- Cloud MariaDB service
- Cloud MySQL service
| Component / service | Default configuration |
|---|---|
PHPdrupal11-php |
required; enabled by default; versions: 8.4 by default; also available: 8.5, 8.3; volumes: files 10 GB; links: db → mariadb, files → files-nfs, solr → solr, redis → valkey, sendmail → mailpit; derivatives: sshd → drupal11-php-sshd; 1 workload overrides |
Vinyldrupal-vinyl |
optional; enabled by default; links: backend → nginx |
Nginxdrupal11-nginx |
required; enabled by default; links: backend → php |
MariaDBmariadb |
optional; enabled by default; volumes: data 10 GB; 1 environment overrides |
Files NFS Storage (files-nfs)nfs-provisioner |
optional; enabled by default; volumes: data 15 GB |
Solrsolr |
optional; disabled by default; links: zookeeper → zookeeper |
Valkeyvalkey |
optional; enabled by default |
Gotenberggotenberg |
optional; disabled by default |
Mailpitmailpit |
optional; enabled by default |
OpenSMTPDopensmtpd |
optional; disabled by default |
ZooKeeper (Solr) (zookeeper)zookeeper |
optional; disabled by default |
PostgreSQL (postgres)postgres |
optional; disabled by default; volumes: data 10 GB |
Cloud MariaDB (cloud-mariadb)cloud-mariadb |
optional; disabled by default; versions: 10.3 by default |
Cloud MySQL (cloud-mysql)cloud-mysql |
optional; disabled by default; versions: 8 by default |
Manifest: 11/stack.yml
| Component / service | Default configuration |
|---|---|
PHPdrupal10-php |
required; enabled by default; versions: 8.3 by default; also available: 8.2, 8.1; volumes: files 20 GB; links: db → mariadb, files → files-nfs, solr → solr, redis → valkey, sendmail → opensmtpd; derivatives: sshd → drupal10-php-sshd; 1 workload overrides |
Vinyldrupal-vinyl |
optional; enabled by default; links: backend → nginx |
Nginxdrupal10-nginx |
required; enabled by default; links: backend → php |
MariaDBmariadb |
optional; enabled by default; volumes: data 10 GB; 1 environment overrides |
Files NFS Storage (files-nfs)nfs-provisioner |
optional; enabled by default; volumes: data 25 GB |
Solrsolr |
optional; disabled by default; links: zookeeper → zookeeper |
Valkeyvalkey |
optional; enabled by default |
OpenSMTPDopensmtpd |
optional; enabled by default |
Gotenberggotenberg |
optional; enabled by default |
ZooKeeper (Solr) (zookeeper)zookeeper |
optional; disabled by default |
PostgreSQL (postgres)postgres |
optional; disabled by default; volumes: data 10 GB |
Cloud MariaDB (cloud-mariadb)cloud-mariadb |
optional; disabled by default; versions: 10.3 by default |
Cloud MySQL (cloud-mysql)cloud-mysql |
optional; disabled by default; versions: 5.7 by default; also available: 8 |
Manifest: 10/stack.yml
Enabled optional services are selected by default but can be excluded when an app is created. Disabled optional services are available but not selected by default. Required services cannot be excluded.
Start from Drupal CMS, Vanilla Drupal, or connect your own compatible source repository.
Review service versions, storage, links, and optional components when creating the application. The same stack can be reused across development, staging, and production environments.
- Fork this repository.
- Edit the stack manifest.
- Import the repository as a Git-backed stack.
When replacing or renaming a stack service, update every related link target and derivative reference. Stack-local names and referenced service names are distinct identifiers.
Validate the manifests with:
wodby stack validate-manifest 11/stack.yml --org <org-id>
wodby stack validate-manifest 10/stack.yml --org <org-id>See the stack manifest reference and the managed services index.