Tested different block connection methods to achive orthogonal lines. Added run script and mounted code to the container to allow code changes without rebuilding the image. Implement Docker improvements in main.
12 lines
208 B
YAML
12 lines
208 B
YAML
services:
|
|
puudot:
|
|
restart: no
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
image: puudot:latest
|
|
volumes:
|
|
- ./code:/code
|
|
- ./data:/data
|
|
- ./config.yaml:/config.yaml
|