chore: move dev env files to dev subfolder
This commit is contained in:
parent
f7792d2e57
commit
edf96ac5fc
2
.env.dev
2
.env.dev
|
@ -1,3 +1,3 @@
|
||||||
LIBRETIME_VERSION=main
|
LIBRETIME_VERSION=main
|
||||||
LIBRETIME_CONFIG_FILEPATH=./docker/config.dev.yml
|
LIBRETIME_CONFIG_FILEPATH=./dev/config.yml
|
||||||
NGINX_CONFIG_FILEPATH=./docker/nginx.conf
|
NGINX_CONFIG_FILEPATH=./docker/nginx.conf
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
*~
|
*~
|
||||||
VERSION
|
VERSION
|
||||||
|
|
||||||
/docker/data/playout/*
|
/dev/playout/*
|
||||||
|
|
||||||
/website/
|
/website/
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@ services:
|
||||||
target: libretime-playout
|
target: libretime-playout
|
||||||
volumes:
|
volumes:
|
||||||
- ./playout:/src
|
- ./playout:/src
|
||||||
- ./docker/data/playout:/app
|
- ./dev/playout:/app
|
||||||
|
|
||||||
liquidsoap:
|
liquidsoap:
|
||||||
build:
|
build:
|
||||||
|
@ -31,9 +31,9 @@ services:
|
||||||
- 1234:1234
|
- 1234:1234
|
||||||
volumes:
|
volumes:
|
||||||
- ./playout:/src
|
- ./playout:/src
|
||||||
- ./docker/data/playout:/app
|
- ./dev/playout:/app
|
||||||
## See https://libretime.org/docs/admin-manual/tutorials/setup-a-pulseaudio-output-inside-containers/
|
## See https://libretime.org/docs/admin-manual/tutorials/setup-a-pulseaudio-output-inside-containers/
|
||||||
# - ./docker/pulse.socket:/tmp/pulse.socket
|
# - ./dev/pulse.socket:/tmp/pulse.socket
|
||||||
# - ./docker/pulse.client.conf:/etc/pulse/client.conf
|
# - ./docker/pulse.client.conf:/etc/pulse/client.conf
|
||||||
|
|
||||||
analyzer:
|
analyzer:
|
||||||
|
|
Loading…
Reference in New Issue