feat: enhance FTP configuration with TLS options and update documentation

Enhanced OneDrive workflow and tested
This commit is contained in:
Christian Krakau-Louis
2025-04-02 02:57:30 +02:00
parent 81296b93f8
commit c3df8107d8
15 changed files with 1242 additions and 45 deletions
+3
View File
@@ -4,6 +4,7 @@ services:
context: .
dockerfile: Dockerfile
container_name: document_api
restart: always
# We'll keep the code in /app, but set working_dir to the shared data directory
working_dir: /workdir
@@ -34,6 +35,7 @@ services:
context: .
dockerfile: Dockerfile
container_name: document_worker
restart: always
# same shared working directory
working_dir: /workdir
@@ -55,6 +57,7 @@ services:
gotenberg:
image: gotenberg/gotenberg:latest
container_name: gotenberg
restart: always
redis: