feat(container): New dev compose with just external services
This commit is contained in:
5
docker-compose.dev.yaml
Normal file
5
docker-compose.dev.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
services:
|
||||
gotenberg:
|
||||
image: gotenberg/gotenberg:8
|
||||
ports:
|
||||
- "3001:3000"
|
||||
Reference in New Issue
Block a user