puudot/docker-compose.yml
Lauri Koskenniemi 93e2554457 Improved links and configuration file for dot
Restructured data to support block and node level links.
Added hidden nodes and edges in blocks to improve link
visualization.

Introduced support for configuring dot file parameters with
a config file.
2025-05-30 22:54:36 +03:00

11 lines
187 B
YAML

services:
puudot:
restart: no
build:
context: .
dockerfile: Dockerfile
image: puudot:latest
volumes:
- ./data:/data
- ./config.yaml:/config.yaml