chore: move dev env files to dev subfolder

This commit is contained in:
jo 2023-03-30 23:23:55 +02:00 committed by Kyle Robbertze
parent f7792d2e57
commit edf96ac5fc
5 changed files with 5 additions and 5 deletions

View File

@ -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

2
.gitignore vendored
View File

@ -8,7 +8,7 @@
*~ *~
VERSION VERSION
/docker/data/playout/* /dev/playout/*
/website/ /website/

View File

@ -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: