funkwhale/compose.docs.yml

11 lines
231 B
YAML

name: funkwhale-development
services:
poetry:
build:
context: "docker/context/docs"
init: true
ports: ["8001:8001"]
command: sh -c 'cd /src/docs && make install && make dev'
volumes:
- ${PWD}:/src