mattermost/compose.sso.yml
2025-02-09 14:47:02 -05:00

21 lines
491 B
YAML

version: "3.8"
services:
app:
configs:
- source: gitlab_config_patch
target: /gitlab_config_patch.json
mode: 0555
secrets:
- mattermost_sso_secret
secrets:
mattermost_sso_secret:
external: true
name: ${STACK_NAME}_mattermost_sso_secret_${SECRET_MATTERMOST_SSO_SECRET_VERSION}
configs:
gitlab_config_patch:
name: ${STACK_NAME}_gitlab_config_${GITLAB_CONFIG_VERSION}
file: ./gitlab_config_patch.json.tmpl
template_driver: golang