12345678910111213141516171819202122 |
- images:
- image:
- repository: ccr.ccs.tencentyun.com/seembox/ghcr.io_plankanban_planka
- tag: "1.26.3"
- postgres_15_image:
- repository: postgres
- tag: "15.14"
- postgres_17_image:
- repository: postgres
- tag: 17.6-bookworm
- postgres_upgrade_image:
- repository: ixsystems/postgres-upgrade
- tag: 1.0.4
- consts:
- planka_container_name: planka
- perms_container_name: permissions
- postgres_container_name: postgres
- run_as_user: 1000
- run_as_group: 1000
- db_user: planka
- db_name: planka
|