User Tools

Site Tools


wiki:installing_confluence_server_in_docker_behind_reverse_proxy

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
wiki:installing_confluence_server_in_docker_behind_reverse_proxy [2020/12/14 10:49] – created antisawiki:installing_confluence_server_in_docker_behind_reverse_proxy [2023/10/17 11:18] (current) – [See also] add Confluence AWS deploy antisa
Line 1: Line 1:
-{{tag>atlassian confluence}}+{{tag>atlassian confluence docker}}
  
 ====== Installing Confluence server in Docker behind reverse proxy ====== ====== Installing Confluence server in Docker behind reverse proxy ======
 ===== Download Confluence docker image and pass in corresponding environment variables ===== ===== Download Confluence docker image and pass in corresponding environment variables =====
  
-  docker run -e ATL_PROXY_NAME=example.com -e ATL_PROXY_PORT=443 -e ATL_TOMCAT_CONTEXTPATH=confluence -e ATL_TOMCAT_SCHEME=https -v /var/lib/docker/volumes/confluenceVolume/:/var/atlassian/application-data/confluence --name="confluence" -d -p 8282:8090 -p 8383:8091 atlassian/confluence-server+  docker run --network=atl --ip=172.20.20.3 -e ATL_PROXY_NAME=example.com -e ATL_PROXY_PORT=443 -e ATL_TOMCAT_CONTEXTPATH=confluence -e ATL_TOMCAT_SCHEME=https -v /var/lib/docker/volumes/confluenceVolume/:/var/atlassian/application-data/confluence --name="confluence" -d -p 8282:8090 -p 8383:8091 atlassian/confluence-server
  
 +
 +--network assigns this container to the network called "atl". [[https://docs.docker.com/engine/reference/commandline/network_connect/#network-implications-of-stopping-pausing-or-restarting-containers|Create the network first]].
 +
 +--ip assigns static ip to the container
 + 
 ATL_PROXY_NAME=jiratest.example.com is URL defined in apache2 config ATL_PROXY_NAME=jiratest.example.com is URL defined in apache2 config
  
Line 56: Line 61:
   * [[Docker commands]]   * [[Docker commands]]
   * [[Confluence troubleshooting]]   * [[Confluence troubleshooting]]
 +  * [[wiki:confluence_aws_deploy|Confluence AWS deploy]]
 ====== References ====== ====== References ======
     *   https://hub.docker.com/r/atlassian/confluence-server     *   https://hub.docker.com/r/atlassian/confluence-server
   *     https://confluence.atlassian.com/confkb/can-t-check-base-url-warning-in-confluence-6-6-or-later-939718433.html   *     https://confluence.atlassian.com/confkb/can-t-check-base-url-warning-in-confluence-6-6-or-later-939718433.html
  
wiki/installing_confluence_server_in_docker_behind_reverse_proxy.1607939349.txt.gz · Last modified: 2020/12/14 10:49 by antisa

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki