1234567891011121314151617181920 |
- images:
- image:
- repository: ccr.ccs.tencentyun.com/seembox/ghcr.io_moghtech_komodo-core
- tag: "1.19.2"
- periphery_image:
- repository: ghcr.io/moghtech/komodo-periphery
- tag: "1.19.2"
- mongo_image:
- repository: mongo
- tag: "8"
- consts:
- core_container_name: core
- periphery_container_name: periphery
- mongo_container_name: mongo
- perms_container_name: permissions
- db_user: komodo
- db_name: komodo
- internal_periphery_port: 8120
- syncs_directory: /syncs
|