Add Confluence template (#301)

This commit is contained in:
Sander Kleykens
2016-10-03 21:21:48 +02:00
committed by Bill Maxwell
parent c154d188ac
commit 3dccc339f1
4 changed files with 172 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
confluence:
image: sanderkleykens/confluence:5.10.6
restart: always
environment:
- CATALINA_OPTS=-Xms${heap_size} -Xmx${heap_size} ${jvm_args}
- CONFLUENCE_PROXY_PORT=${proxy_port}
- CONFLUENCE_PROXY_NAME=${proxy_name}
- CONFLUENCE_PROXY_SCHEME=${proxy_scheme}
- CONFLUENCE_CONTEXT_PATH=${context_path}
external_links:
- ${database_link}:database
volumes:
- ${confluence_home}:/var/atlassian/confluence