mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 04:44:05 +02:00
set bim version
add volumes for data retenction
This commit is contained in:
@@ -27,10 +27,11 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
|
|||||||
S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 \
|
S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 \
|
||||||
S6_SERVICES_GRACETIME=0
|
S6_SERVICES_GRACETIME=0
|
||||||
|
|
||||||
ENV OPENPROJECT_SECRET_KEY_BASE=secret \
|
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
|
||||||
|
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
@@ -60,6 +61,8 @@ 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