start on pandoc
This commit is contained in:
parent
391ef063f7
commit
13cc37d5a2
18 changed files with 782 additions and 408 deletions
10
compose.yaml
Normal file
10
compose.yaml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
services:
|
||||
convertx:
|
||||
build:
|
||||
context: .
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
environment:
|
||||
NODE_ENV: production
|
||||
ports:
|
||||
- 3000:3000
|
||||
Loading…
Add table
Add a link
Reference in a new issue