Skip to content
Snippets Groups Projects
Commit f9e72333 authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman :boom:
Browse files

Added some defaults the environment variables.

parent 31af4382
No related branches found
No related tags found
No related merge requests found
...@@ -4,3 +4,10 @@ LABEL maintainer="Jeffrey Phillips Freeman the@jeffreyfreeman.me" ...@@ -4,3 +4,10 @@ LABEL maintainer="Jeffrey Phillips Freeman the@jeffreyfreeman.me"
COPY 01-copy-default-entry.sh /docker-entrypoint.d/ COPY 01-copy-default-entry.sh /docker-entrypoint.d/
COPY funkwhale-proxy.conf /etc/nginx/vhost.d COPY funkwhale-proxy.conf /etc/nginx/vhost.d
ENV FUNKWHALE_API_INTERNAL_HOST=host.docker.internal
ENV FUNKWHALE_API_INTERNAL_PORT=5000
ENV FUNKWHALE_FRONTEND_PATH=/srv/funkwhale/front/dist
ENV MEDIA_ROOT=/srv/funkwhale/data/media
ENV MUSIC_DIRECTORY_PATH=/srv/funkwhale/data/music
ENV STATIC_ROOT=/srv/funkwhale/data/static
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment