1234567891011121314151617181920212223242526 |
- images:
- image:
- repository: ccr.ccs.tencentyun.com/seembox/chatwoot_chatwoot
- tag: v4.5.2
- ce_image:
- repository: chatwoot/chatwoot
- tag: v4.5.2-ce
- redis_image:
- repository: valkey/valkey
- tag: 8.1.3
- postgres_17_image:
- repository: pgvector/pgvector
- tag: 0.8.1-pg17
- postgres_upgrade_image:
- repository: ixsystems/postgres-upgrade
- tag: 1.0.4
- consts:
- chatwoot_container_name: chatwoot
- sidekiq_container_name: sidekiq
- migrations_container_name: migrations
- redis_container_name: redis
- postgres_container_name: postgres
- perms_container_name: permissions
- db_user: chatwoot
- db_name: chatwoot
|