fix(api): Properly mount static files into the frontend container to serve them
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2301>
This commit is contained in:
parent
4aba907205
commit
ef1392b831
|
@ -81,7 +81,7 @@ services:
|
|||
|
||||
- "${MUSIC_DIRECTORY_SERVE_PATH-/srv/funkwhale/data/music}:${MUSIC_DIRECTORY_PATH-/music}:ro"
|
||||
- "${MEDIA_ROOT}:${MEDIA_ROOT}:ro"
|
||||
- "${STATIC_ROOT}:${STATIC_ROOT}:ro"
|
||||
- "${STATIC_ROOT}:/usr/share/nginx/html/staticfiles:ro"
|
||||
ports:
|
||||
# override those variables in your .env file if needed
|
||||
- "${FUNKWHALE_API_IP}:${FUNKWHALE_API_PORT}:80"
|
||||
|
|
Loading…
Reference in New Issue