teamatldocker / confluence

Dockerized Atlassian Confluence
https://hub.docker.com/r/teamatldocker/confluence/
MIT License
301 stars 147 forks source link

Proposal: Adjusting Server.xml With Envs #9

Closed blacklabelops closed 7 years ago

blacklabelops commented 7 years ago

You can vote for this feature. Do you need this?

Adjusting the server.xml connector attributes with envs.

Example:

$ docker run -d -p 80:8090 -p 8091:8091 \
    --name confluence \
    -e "CONFLUENCE_CONNECTOR_PROPERTY1=proxyPort" \
    -e "CONFLUENCE_CONNECTOR_VALUE1=80" \
    -e "CONFLUENCE_CONNECTOR_PROPERTY2=proxyName" \
    -e "CONFLUENCE_CONNECTOR_VALUE2=confluence.example.org" \
    blacklabelops/confluence
luzlab commented 7 years ago

Definitely - it would be great to be able to provide the same environment variables as the Jira container... so CONFLUENCE_DATABASE_URL and CONFLUENCE_DB_PASSWORD.

blacklabelops commented 7 years ago

Ditching this feature. No additional gain.