123456789101112131415161718192021 |
- images:
- image:
- repository: ccr.ccs.tencentyun.com/seembox/mattermost_mattermost-team-edition
- tag: 10.12.0
- postgres_17_image:
- repository: postgres
- tag: 17.6-bookworm
- postgres_upgrade_image:
- repository: ixsystems/postgres-upgrade
- tag: 1.0.4
- consts:
- mattermost_container_name: mattermost
- postgres_container_name: postgres
- perms_container_name: permissions
- db_user: mattermost
- db_name: mattermost
- run_as_user: 2000
- run_as_group: 2000
- ssl_key_path: /certs/ssl.key
- ssl_cert_path: /certs/ssl.crt
|