This repository allows you to quickly install Gotenberg into a DDEV project using the instructions below.
For DDEV v1.23.5 or above run
ddev add-on get echavaillaz/ddev-gotenberg
For earlier versions of DDEV run
ddev get echavaillaz/ddev-gotenberg
Then restart the project
ddev restart
This Gotenberg recipe for DDEV installs a .ddev/docker-compose.gotenberg.yaml
using the gotenberg/gotenberg
Docker image.
- The Gotenberg instance will listen on TCP port 300 (the Gotenberg default).
- Configure your application to access Gotenberg on the host:port
gotenberg:3000
.