kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
fix: Mount nginx templates into the right location inside docker container
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2491>environments/review-docs-renov-dx7eod/deployments/17945
rodzic
027caee532
commit
795e2bf49a
|
@ -0,0 +1 @@
|
||||||
|
Fix location of the nginx config template for docker deployments (#2146)
|
|
@ -83,7 +83,7 @@ services:
|
||||||
# Uncomment if you want to use your previous nginx config, please let us
|
# Uncomment if you want to use your previous nginx config, please let us
|
||||||
# know what special configuration you need, so we can support it with out
|
# know what special configuration you need, so we can support it with out
|
||||||
# upstream nginx configuration!
|
# upstream nginx configuration!
|
||||||
#- "./nginx/funkwhale.template:/etc/nginx/conf.d/funkwhale.template:ro"
|
#- "./nginx/funkwhale.template:/etc/nginx/templates/default.conf.template:ro"
|
||||||
#- "./nginx/funkwhale_proxy.conf:/etc/nginx/funkwhale_proxy.conf:ro"
|
#- "./nginx/funkwhale_proxy.conf:/etc/nginx/funkwhale_proxy.conf:ro"
|
||||||
|
|
||||||
- "${MUSIC_DIRECTORY_SERVE_PATH-/srv/funkwhale/data/music}:${MUSIC_DIRECTORY_PATH-/music}:ro"
|
- "${MUSIC_DIRECTORY_SERVE_PATH-/srv/funkwhale/data/music}:${MUSIC_DIRECTORY_PATH-/music}:ro"
|
||||||
|
|
Ładowanie…
Reference in New Issue