Implemented code for the first test version. Added Docker funtionality. Define data location in compose and run: docker compose up Removed test data from the repository.
10 lines
152 B
YAML
10 lines
152 B
YAML
services:
|
|
puudot:
|
|
restart: no
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
image: puudot:latest
|
|
volumes:
|
|
- ./data:/data
|