From f9e723337cfa1fab78eec6de80333a65f1f5e87c Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me> Date: Thu, 15 Oct 2020 01:41:01 -0400 Subject: [PATCH] Added some defaults the environment variables. --- Dockerfile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Dockerfile b/Dockerfile index 3931821..299b0d8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,3 +4,10 @@ LABEL maintainer="Jeffrey Phillips Freeman the@jeffreyfreeman.me" COPY 01-copy-default-entry.sh /docker-entrypoint.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 -- GitLab