workbench-script/docker-compose.yaml
pedro 6e709bc9ed refactor docker
remove install deps in deploy script, centralize them
2024-12-12 01:33:12 +01:00

14 lines
288 B
YAML

services:
build-iso:
init: true
build: .
# this is needed to mount inside docker
privileged: true
# uncomment next two lines to test this
environment:
- DEBUG=true
volumes:
- .:/opt/workbench-script:ro
- ./iso:/opt/workbench-script/iso:rw