13 lines
231 B
YAML
13 lines
231 B
YAML
services:
|
|
puudot:
|
|
restart: no
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
image: puudot:latest
|
|
volumes:
|
|
- ./code:/code
|
|
- ./data:/data
|
|
- ./config.yaml:/config.yaml
|
|
network_mode: none
|