feat(container): Added document-server

This commit is contained in:
2024-12-11 18:51:06 +01:00
parent 41291b9200
commit 54d294a8b4
2 changed files with 23 additions and 0 deletions

View File

@@ -1,4 +1,10 @@
services:
document-server:
build: .
ports:
- "3000:3000"
volumes:
- ./docker.env:/.env
gotenberg:
image: gotenberg/gotenberg:8
ports: