123456789101112131415161718192021222324 |
- images:
- image:
- repository: ccr.ccs.tencentyun.com/seembox/castopod_app
- tag: "1.13.5"
- web_image:
- repository: castopod/web-server
- tag: "1.13.5"
- mariadb_image:
- repository: mariadb
- tag: "12.0.2"
- redis_image:
- repository: valkey/valkey
- tag: 8.1.3
- consts:
- castopod_container_name: castopod
- castopod_web_container_name: castopod-web
- perms_container_name: permissions
- mariadb_container_name: mariadb
- redis_container_name: redis
- db_user: castopod
- db_name: castopod
- internal_web_port: 80
- internal_api_port: 9000
|