diff --git a/Dockerfile b/Dockerfile index 8da48d8..c65daf2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,7 +37,8 @@ LABEL org.opencontainers.image.licenses="MIT" LABEL org.opencontainers.image.created="${CREATED_AT}" # Defining env variables for homebrewery -ENV HB_HOST=homebrewery.local.naturalcrit.com:8000 HB_NATURALCRIT_URL=local.naturalcrit.com:8010 HB_SECRET=secret PORT=8000 HB_ENABLE_V3=true HB_ENABLE_THEMES=true HB_LOCAL_ENVIRONMENTS=docker,local HB_PUBLIC_URL=https://homebrewery.naturalcrit.com +ENV HB_HOST=homebrewery.local.naturalcrit.com:8000 HB_NATURALCRIT_URL=local.naturalcrit.com:8010 HB_SECRET=secret PORT=8000 HB_ENABLE_V3=true +ENV HB_ENABLE_THEMES=true HB_PUBLIC_URL=https://homebrewery.naturalcrit.com HB_DB_URI=mongodb://mongodb/homebrewery ENV HB_IMAGES=null HB_FONTS=null # Adding tini for clean signal handling diff --git a/entrypoint.sh b/entrypoint.sh index 329a7e7..0d862a3 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -14,15 +14,15 @@ if [ ! -f "$CONFIG_FILE" ]; then cat > "$CONFIG_FILE" <