1234567891011121314151617181920212223 |
- images:
- image:
- repository: ccr.ccs.tencentyun.com/seembox/ghcr.io_umami-software_umami
- tag: postgresql-v2.19.0
- postgres_17_image:
- repository: postgres
- tag: 17.6-bookworm
- postgres_upgrade_image:
- repository: ixsystems/postgres-upgrade
- tag: 1.0.4
- consts:
- umami_container_name: umami
- postgres_container_name: postgres
- perms_container_name: permissions
- db_user: umami
- db_name: umami
- run_as_user: 1001
- run_as_group: 1001
- notes_body: |
- Default Credentials:
- - Username: admin
- - Password: umami
|