Added better GMail handling and multi file type support

This commit is contained in:
Christian Krakau-Louis
2025-02-19 14:03:29 +01:00
parent 2241c1de6c
commit c40e9f034e
6 changed files with 167 additions and 44 deletions
+6
View File
@@ -45,6 +45,7 @@ services:
depends_on:
- redis
- gotenberg
# Mount the shared directory (and optionally your code if you want dev mode)
volumes:
@@ -52,6 +53,11 @@ services:
# - ./app:/app
- /var/docparse/workdir:/workdir
gotenberg:
image: gotenberg/gotenberg:latest
container_name: gotenberg
redis:
image: redis:alpine
container_name: document_redis