Files
typst-framework/docker-compose.example.yml
2025-09-28 22:45:26 +02:00

10 lines
129 B
YAML

services:
typstframework:
build: .
ports:
- "5082:8080"
volumes:
- ./example:/var/www/typst