add siteroot

This commit is contained in:
2020-07-03 14:56:27 +00:00
parent a07202bb95
commit 369ce24856
3 changed files with 5 additions and 1 deletions

View File

@ -3,12 +3,15 @@ FROM debian:latest
LABEL Maintainer="Wolfgang Hottgenroth <woho@hottis.de>"
LABEL ImageName="registry.hottis.de/dockerized/reviewboard"
LABEL AlternativeImageName="wollud1969/reviewboard"
LABEL Repository="https://home.hottis.de/gitlab/dockerized/reviewboard"
ENV DBHOST "mariadb"
ENV DBNAME "reviewboard"
ENV DBUSER "reviewboard"
ENV DBPASS "geheim"
ENV ADMINPASS "geheim"
ENV SITEROOT "/"
ARG RB_VERSION