GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
2
Releases
Issues
1
Pull requests
Labels
Priorities
Milestones
Wiki
Commit Graphs
Network
Fork
: 0
docker
/
jenkins
Browse code
add timezone envitonment variable
develop
master
1 parent
8c3baaa
commit
4b753ee5b447223377810fdabf161c5dbb8f0a74
Pascal Gollor
authored
on 4 Oct 2017
Patch
Unified
Split
Showing
2 changed files
+1
-0
■
■■■■
docker-compose.yml
+5
-1
■
■
■
■
■
jenkins.conf
Ignore Space
Show notes
View
1
■
■■■■
docker-compose.yml
image
:
jenkins
:
alpine
mem_limit
:
2g
environment
:
-
JAVA_OPTS
=
"-Djava.util.logging.config.file=/var/jenkins_home/log.properties"
-
TZ
=
$
{
TZ
}
volumes
:
-
/etc/
localtime
:
/etc/
localtime
:
ro
-
/etc/
timezone
:
/etc/
timezone
:
ro
-
./
data
:
/var/
jenkins_home
Ignore Space
Show notes
View
6
■
■
■
■
■
jenkins.conf
#
# http bind host and port
JENKINS_HTTP_BIND
=
127.0
.
0.1
JENKINS_HTTP_PORT
=
8080
JENKINS_HTTP_PORT
=
8081
# java api bind host and port
JENKINS_API_BIND
=
127.0
.
0.1
JENKINS_API_PORT
=
50000
# Timezone one of /usr/share/zoneinfo
TZ
=
Europe
/
Berlin
Show line notes below