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:
Georg Krause 2022-12-20 08:51:45 +01:00
parent 4aba907205
commit ef1392b831
1 changed files with 1 additions and 1 deletions

View File

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