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.
11 lines
187 B
YAML
11 lines
187 B
YAML
services:
|
|
puudot:
|
|
restart: no
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
image: puudot:latest
|
|
volumes:
|
|
- ./data:/data
|
|
- ./config.yaml:/config.yaml
|