12345678910111213141516171819 |
- images:
- image:
- repository: ccr.ccs.tencentyun.com/seembox/ghcr.io_sassanix_warracker_main
- tag: 0.10.1.10
- postgres_17_image:
- repository: postgres
- tag: 17.6-bookworm
- postgres_upgrade_image:
- repository: ixsystems/postgres-upgrade
- tag: 1.0.4
- consts:
- warracker_container_name: warracker
- postgres_container_name: postgres
- perms_container_name: permissions
- # Seems to be hardcoded in some migrations
- db_user: warranty_user
- # Seems to be hardcoded in some migrations
- db_name: warranty_db
|