feat(container): New dev compose with just external services

This commit is contained in:
Nicolai Ort 2024-12-11 19:21:32 +01:00
parent cceca7f5e1
commit 99ec0933ea
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F

5
docker-compose.dev.yaml Normal file
View File

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