chore: update install.sh to use zangetsuka images with happ-routing tag

This commit is contained in:
root
2026-06-01 12:57:42 +03:00
parent b2cc357dca
commit 97a8c41fc0
+2 -2
View File
@@ -5,8 +5,8 @@ set -euo pipefail
# КОНФИГУРАЦИЯ И ПЕРЕМЕННЫЕ
#################################
PROJECT_DIR="/opt/3dp-manager"
DOCKER_USER="denpiligrim"
DOCKER_TAG="main"
DOCKER_USER="zangetsuka"
DOCKER_TAG="feature-happ-routing"
IMAGE_SERVER="ghcr.io/${DOCKER_USER}/3dp-manager-server:${DOCKER_TAG}"
IMAGE_CLIENT="ghcr.io/${DOCKER_USER}/3dp-manager-client:${DOCKER_TAG}"