Update for CHAT_IMAGE_TAG to docker compose

This commit is contained in:
Tianyong Qiu 2025-02-27 14:21:05 +08:00
parent 9897bcc927
commit 20cfc792b0
2 changed files with 2 additions and 1 deletions

View File

@ -823,6 +823,7 @@ if [[ $USE_LOCAL_COMPONENT_VAL == true ]]; then
export CENTRAL_STORAGE_IMAGE_TAG="$CENTRAL_STORAGE_TAG" export CENTRAL_STORAGE_IMAGE_TAG="$CENTRAL_STORAGE_TAG"
export AUTHENTICATION_IMAGE_TAG="$AUTHENTICATION_TAG" export AUTHENTICATION_IMAGE_TAG="$AUTHENTICATION_TAG"
export NOTIFICATION_IMAGE_TAG="$NOTIFICATION_TAG" export NOTIFICATION_IMAGE_TAG="$NOTIFICATION_TAG"
export CHAT_IMAGE_TAG="$CHAT_TAG"
# Check if gitea_data_backup.tar.gz exists at current script directory, if not exit # Check if gitea_data_backup.tar.gz exists at current script directory, if not exit
if [[ ! -f "gitea_data_backup.tar.gz" ]]; then if [[ ! -f "gitea_data_backup.tar.gz" ]]; then

View File

@ -251,7 +251,7 @@ services:
target: /app/log/payment target: /app/log/payment
chat: chat:
container_name: chat container_name: chat
image: freeleaps/chat:${NOTIFICATION_IMAGE_TAG:-latest-linux-arm64} image: freeleaps/chat:${CHAT_IMAGE_TAG:-latest-linux-arm64}
platform: linux/${ARCH:-arm64} platform: linux/${ARCH:-arm64}
restart: always restart: always
depends_on: depends_on: