OpenAS2 / OpenAs2App

OpenAS2 is a java-based implementation of the EDIINT AS2 standard. It is intended to be used as a server. It is extremely configurable and supports a wide variety of signing and encryption algorithms.
https://sourceforge.net/projects/openas2/
GNU General Public License v3.0
185 stars 137 forks source link

Allow config.xml parameters to be overridden with environment variables #361

Closed igwtech closed 8 months ago

igwtech commented 8 months ago

The default configuration listens on 127.0.0.1 internally in the docker container of OpenAS2 therefore the docker-compose port exposure doesn't route into it.

This pull request allows the config.xml parameters to be overridden with environment variables on the docker-compose.yml