-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Martin Ahrer
committed
May 14, 2018
1 parent
0ea1e6c
commit da9e8de
Showing
5 changed files
with
19 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,7 @@ COMPOSE_FILE=docker-compose.yml:postgresdb.yml | |
COMPOSE_HTTP_TIMEOUT=300 | ||
CONFLUENCE_HTTP_PORT=18090 | ||
CONFLUENCE_SYNCHRONY_PORT=18091 | ||
CONFLUENCE_TAG=6.8.2 | ||
CONFLUENCE_JDBC_USER=*** | ||
CONFLUENCE_JDBC_PASSWORD=*** | ||
|
@@ -107,3 +108,8 @@ This requires a X.509 certificate subject to be configured. | |
export X509_CERTIFICATE_SUBJECT="/C=AT/OU=Software Craftsmen Gmbh & CoKG/L=Vienna/[email protected]" | ||
docker-compose -f ssl-certificate.yml run generate-ssl-certificate | ||
---- | ||
|
||
== References | ||
|
||
https://confluence.atlassian.com/confeap/running-confluence-behind-nginx-with-ssl-849150880.html | ||
https://confluence.atlassian.com/confeap/administering-collaborative-editing-847355676.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
version: "2.2" | ||
|
||
services: | ||
server: | ||
ports: | ||
- ${CONFLUENCE_HTTP_PORT}:8090 | ||
- ${CONFLUENCE_SYNCHRONY_PORT}:8091 |