A containerized installation of Atlassian Crowd for use behind an ELB.
2.5K
A containerized installation of Atlassian Crowd for use behind an ELB.
Container was designed to be run behind a load-balancer, with SSL terminated at the LB.
Container will re-write all http requests to https.
docker run -d \
-e CNAME='crowd' \
-e SL_DOMAIN='nordstrom' \
-e TL_DOMAIN='net' \
-v /var/local/atlassian/crowd:/var/local/atlassian/crowd:rw \
-v /etc/localtime:/etc/localtime:ro \
-p 80:8095 \
-p 81:8096 \
nordstromsets/crowd:latest
Combining this with the performance-related settings looks like:
docker run -d \
-e CATALINA_OPTS="-Xms8G -Xmx8G -XX:NewSize=2048m -XX:+UseG1GC -XX:+DisableExplicitGC -XX:ReservedCodeCacheSize=128m -XX:+UseCodeCacheFlushing -Dconfluence.upgrade.recovery.file.enabled=false -Datlassian.plugins.enable.wait=600 -Dfile.encoding=UTF-8 -verbose:gc -Dhttp.proxySet=true -Dhttp.proxyHost=pbcld-proxy.nordstrom.net -Dhttp.proxyPort=3128 -Dhttps.proxyHost=pbcld-proxy.nordstrom.net -Dhttps.proxyPort=3128 -Dhttp.nonProxyHosts='localhost|10.0.0/8|*.nordstrom.net' -Dhttps.nonProxyHosts='localhost|10.0.0/8|*.nordstrom.net'" \
-e CNAME='crowd' \
-e SL_DOMAIN='nordstrom' \
-e TL_DOMAIN='net' \
-v /var/local/atlassian/crowd:/var/local/atlassian/crowd:rw \
-v /etc/localtime:/etc/localtime:ro \
-p 80:8095 \
-p 81:8096 \
nordstromsets/crowd:latest
Content type
Image
Digest
Size
828.1 MB
Last updated
about 9 years ago
docker pull nordstromsets/crowd:2.12.1