decky-plugin-template/docker-compose.yaml

12 lines
179 B
YAML

version: "3.8"
services:
tools:
build:
context: "."
dockerfile: "Dockerfile"
target: "tools"
restart: "no"
volumes:
- "./:/app/:delegated"