Define some default env variable

This commit is contained in:
olblak 2017-05-09 17:23:03 +02:00
parent 45d82efb21
commit 2e394f9c73
1 changed files with 4 additions and 1 deletions

View File

@ -6,10 +6,13 @@ LABEL \
Maintainer="infra@lists.jenkins-ci.org"
ENV ELECTION_LOGDIR=/var/log/accountapp/elections
ENV CIRCUIT_BREAKER_FILE=/etc/accountapp/circuitBreaker.txt
ENV SMTP_SERVER=localhost
ENV JIRA_URL=https://issues.jenkins-ci.org
ENV APP_URL=http://accounts.jenkins.io/
EXPOSE 8080
ENV CIRCUIT_BREAKER_FILE /etc/accountapp/circuitBreaker.txt
# /home/jetty/.app is apparently needed by Stapler for some weird reason. O_O
RUN mkdir -p /home/jetty/.app &&\