Mirth / NextGen Connect Helm Chart with pgsql
helm install nextgen-connect hiddehs/nextgen-connect-chart --postgres.postgresqlPassword="supersecrethere"
nextgen-connect
Helm chart
hiddehs/nextgen-connect
3.11 docker imageentrypoint.sh
Following lines are added to the entrypoint.sh
to make sure the connection within the container is forced to type postgres and the JDBC_DATABASEURL
can be used for overriding GitLab’s not jdbc-friendly DATABASE_URL
export DATABASE=postgres
export DATABASE_URL=$JDBC_DATABASE_URL