fix(docker): provide MUSIC_DIRECTORY_PATH
Traceback highlights music/views.py:401 music/utils.py:153 when unset. MUSIC_DIRECTORY_PATH default as None | String could become Optional type.
This commit is contained in:
parent
c393ae62c2
commit
9b3e218d16
|
@ -28,6 +28,7 @@ x-federation: &federation
|
|||
- FUNKWHALE_SPA_HTML_ROOT
|
||||
- LDAP_ENABLED
|
||||
- BROWSABLE_API_ENABLED
|
||||
- "MUSIC_DIRECTORY_PATH=${MUSIC_DIRECTORY_PATH:-/music}"
|
||||
|
||||
- C_FORCE_ROOT
|
||||
- PYTHONDONTWRITEBYTECODE
|
||||
|
|
|
@ -25,6 +25,7 @@ x-local: &local
|
|||
- FUNKWHALE_SPA_HTML_ROOT
|
||||
- LDAP_ENABLED
|
||||
- BROWSABLE_API_ENABLED
|
||||
- "MUSIC_DIRECTORY_PATH=${MUSIC_DIRECTORY_PATH:-/music}"
|
||||
|
||||
- C_FORCE_ROOT
|
||||
- PYTHONDONTWRITEBYTECODE
|
||||
|
|
Loading…
Reference in New Issue