mirror of
https://github.com/sml2h3/ocr_api_server.git
synced 2025-05-02 11:32:20 +08:00
13 lines
166 B
YAML
13 lines
166 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
ddddocr-api:
|
|
build: .
|
|
ports:
|
|
- "8000:8000"
|
|
volumes:
|
|
- .:/app
|
|
environment:
|
|
- DEBUG=1
|
|
restart: always
|