Added better GMail handling and multi file type support
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user