workbench-script/docker-compose.yaml

14 lines
288 B
YAML
Raw Normal View History

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