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/17948
Georg Krause 2023-06-16 16:26:58 +02:00 zatwierdzone przez Marge
rodzic 027caee532
commit 795e2bf49a
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -0,0 +1 @@
Fix location of the nginx config template for docker deployments (#2146)

Wyświetl plik

@ -83,7 +83,7 @@ services:
# 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
# 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"
- "${MUSIC_DIRECTORY_SERVE_PATH-/srv/funkwhale/data/music}:${MUSIC_DIRECTORY_PATH-/music}:ro"