start on pandoc

This commit is contained in:
C4illin 2024-05-19 23:51:27 +02:00
parent 391ef063f7
commit 13cc37d5a2
18 changed files with 782 additions and 408 deletions

10
compose.yaml Normal file
View file

@ -0,0 +1,10 @@
services:
convertx:
build:
context: .
volumes:
- ./data:/app/data
environment:
NODE_ENV: production
ports:
- 3000:3000