Options setupΒΆ
Some setups can be overridden using environment variables in the container.
ENTRYPOINT_CONFIGoverrides path ofentrypoint-config.ymlfile.ENTRYPOINT_FORCEapplies configuration and runs pre and post conf commands even if thecommandprovided is not handled.ENTRYPOINT_PRECONF_COMMANDrun an extra pre conf shell command after all pre conf commands.ENTRYPOINT_POSTCONF_COMMANDrun an extra post conf shell command after all post conf commands.ENTRYPOINT_DEBUGenables debug logs.ENTRYPOINT_RAWdoes not use logging to display pre and post conf commands. This can be useful if output is serialized.ENTRYPOINT_DISABLE_RELOADdisable reload system even if it is enabled inentrypoint-config.yml.ENTRYPOINT_USERoverridesuserin config.ENTRYPOINT_GROUPoverridesgroupin config.ENTRYPOINT_DISABLE_SERVICEexits container with 0 before doing anything. Useful to disable container using environement.