
What is ddev-gotenberg?
This repository allows you to quickly install Gotenberg into a DDEV project using the instructions below.
Installation
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
Explanation
This Gotenberg recipe for DDEV installs a .ddev/docker-compose.gotenberg.yaml
using the gotenberg/gotenberg
Docker image.
Interacting with Gotenberg
- The Gotenberg instance will listen on TCP port 300 (the Gotenberg default).
- Configure your application to access Gotenberg on the host:port
gotenberg:3000
.
Resources
- Official documentation
- Official repository
- Awesome Gotenberg