You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
303 B
16 lines
303 B
version: '3.8'
|
|
|
|
services:
|
|
pdf-converter:
|
|
build: .
|
|
ports:
|
|
- "4000:5000"
|
|
volumes:
|
|
- ./uploads:/app/uploads
|
|
- ./outputs:/app/outputs
|
|
- ./logs:/app/logs
|
|
|
|
environment:
|
|
- FLASK_ENV=development
|
|
- FLASK_APP=app.py
|
|
- TESSDATA_PREFIX=/app/tessdata
|