- HTTP server wrapping zplgfa library (port 4543) - File upload with drag-and-drop, width/height resize, encoding selection, image edits - /convert endpoint returns ZPL output; /preview returns image dimensions - Dockerfile (multi-stage, Alpine) and docker-compose.yml
7 lines
92 B
YAML
7 lines
92 B
YAML
services:
|
|
zplgfa:
|
|
build: .
|
|
ports:
|
|
- "4543:4543"
|
|
restart: unless-stopped
|