feat: initial commit — markitdown converter

This commit is contained in:
2026-05-28 11:53:52 +00:00
commit 8b0e93bf69
5 changed files with 707 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
services:
markitdown:
build: .
container_name: markitdown
restart: unless-stopped
networks:
- web-net
networks:
web-net:
external: true
name: web_web-net