feat(dev): Docker compose for gotenberg

This commit is contained in:
Nicolai Ort 2024-12-03 16:24:34 +01:00
parent 3eb914d640
commit c0dd30f08c
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F

5
docker-compose.yaml Normal file
View File

@ -0,0 +1,5 @@
services:
gotenberg:
image: gotenberg/gotenberg:8
ports:
- "3001:3000"