Sarma
|
faf1a4493d
|
Merge pull request 'additional-config-options' (#3)
Reviewed-on: https://git.coopcloud.tech/coop-cloud/mumble/pulls/3
(with some addl discussion on https://git.coopcloud.tech/coop-cloud/mumble/pulls/1)
we had some open concerns about env variables:
1. Whether it would be possible to unset variables in the container when they're unset in the config, therefore sidestepping the issue of setting defaults.
- Resolution: that would be annoyingly complex to set up; https://docs.coopcloud.tech/maintainers/upgrade/#backwards-compatible-environment-variable-changes recommends providing defaults in `compose.yml`.
2. Whether having config options without a `MUMBLE_` prefix may cause naming collisions with other env variables or abra.
- Resolution: probably fine because the env is specific to the app conainers.
|
2026-04-29 08:04:21 +00:00 |
|