wiki:installing_confluence_server_in_docker_behind_reverse_proxy
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| wiki:installing_confluence_server_in_docker_behind_reverse_proxy [2020/12/14 09:49] – created antisa | wiki:installing_confluence_server_in_docker_behind_reverse_proxy [2023/10/17 09:18] (current) – [See also] add Confluence AWS deploy antisa | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | {{tag> | + | {{tag> |
| ====== 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 / | + | docker run --network=atl --ip=172.20.20.3 |
| + | |||
| + | --network assigns this container to the network called " | ||
| + | |||
| + | --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: | ||
| ====== References ====== | ====== References ====== | ||
| * | * | ||
| * | * | ||
wiki/installing_confluence_server_in_docker_behind_reverse_proxy.1607939349.txt.gz · Last modified: by antisa
