1234567891011121314151617181920 |
- images:
- image:
- repository: ccr.ccs.tencentyun.com/seembox/ghcr.io_diced_zipline
- tag: 4.2.3
- postgres_17_image:
- repository: postgres
- tag: 17.6-bookworm
- postgres_upgrade_image:
- repository: ixsystems/postgres-upgrade
- tag: 1.0.4
- consts:
- zipline_container_name: zipline
- postgres_container_name: postgres
- perms_container_name: permissions
- db_name: zipline
- db_user: zipline
- ssl_key_path: /ssl/key.key
- ssl_cert_path: /ssl/cert.pem
- uploads_path: /zipline/uploads
|