chore: mount local data dir for development
This commit is contained in:
parent
7955316f71
commit
676aabe046
4
.gitignore
vendored
4
.gitignore
vendored
@ -8,8 +8,12 @@
|
||||
*~
|
||||
VERSION
|
||||
|
||||
/docker/data/playout/*
|
||||
|
||||
/website/
|
||||
|
||||
!.gitkeep
|
||||
|
||||
## Github Python .gitignore
|
||||
## See https://github.com/github/gitignore/blob/master/Python.gitignore
|
||||
################################################################################
|
||||
|
||||
@ -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:
|
||||
|
||||
0
docker/data/playout/.gitkeep
Normal file
0
docker/data/playout/.gitkeep
Normal file
Loading…
x
Reference in New Issue
Block a user