mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-05 15:15:58 +02:00
Merge pull request #1401 from baldarn/master
This commit is contained in:
@@ -31,7 +31,9 @@ ENV OPENPROJECT_SECRET_KEY_BASE=addon_secret \
|
|||||||
OPENPROJECT_HOST__NAME=localhost:8080 \
|
OPENPROJECT_HOST__NAME=localhost:8080 \
|
||||||
OPENPROJECT_HTTPS=false \
|
OPENPROJECT_HTTPS=false \
|
||||||
OPENPROJECT_DEFAULT__LANGUAGE=en \
|
OPENPROJECT_DEFAULT__LANGUAGE=en \
|
||||||
OPENPROJECT_EDITION=bim
|
OPENPROJECT_EDITION=bim \
|
||||||
|
PGDATA=/data/pg\
|
||||||
|
APP_DATA_PATH=/data/assets
|
||||||
|
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
@@ -63,8 +65,6 @@ ENV PACKAGES=""
|
|||||||
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_autoapps.sh" "/ha_autoapps.sh"
|
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_autoapps.sh" "/ha_autoapps.sh"
|
||||||
RUN chmod 744 /ha_autoapps.sh && /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh
|
RUN chmod 744 /ha_autoapps.sh && /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh
|
||||||
|
|
||||||
VOLUME ["/data:/var/openproject/pgdata"]
|
|
||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|
||||||
################
|
################
|
||||||
|
|||||||
Reference in New Issue
Block a user