chore: mount local data dir for development
This commit is contained in:
parent
7955316f71
commit
676aabe046
3 changed files with 6 additions and 0 deletions
|
@ -21,6 +21,7 @@ services:
|
|||
target: libretime-playout
|
||||
volumes:
|
||||
- ./playout:/src
|
||||
- ./docker/data/playout:/app
|
||||
|
||||
liquidsoap:
|
||||
build:
|
||||
|
@ -30,6 +31,7 @@ services:
|
|||
- 1234:1234
|
||||
volumes:
|
||||
- ./playout:/src
|
||||
- ./docker/data/playout:/app
|
||||
|
||||
analyzer:
|
||||
build:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue