Files
mumble/compose.serverpassword.yml
Amras a2e9b642bc [feat] server and superuser passwords
Impl note: server-pw can be ignored for a password-less server,
 e.g. if operator wants to run a publicly registered server:
 https://www.mumble.info/documentation/administration/config-file/#server-registration

Impl note: secret names (-pw rather than -password) are shortened due to R015.
2026-04-23 21:00:47 +00:00

13 lines
228 B
YAML

version: "3.8"
services:
app:
secrets:
- source: server-pw
target: MUMBLE_CONFIG_SERVER_PASSWORD
secrets:
server-pw:
external: true
name: ${STACK_NAME}_server-pw_${SECRET_SERVER_PASSWORD_VERSION}