chore: sync installers from triton v1.0.0-rc.2

This commit is contained in:
github-actions[bot] 2026-05-17 07:43:44 +00:00
parent 1a50c46206
commit f64b71613f
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ services:
retries: 20 retries: 20
manage-server: manage-server:
image: ${TRITON_MANAGE_IMAGE:-ghcr.io/amiryahaya/triton-manageserver:latest} image: ${TRITON_MANAGE_IMAGE:-ghcr.io/primatekuntech/triton-manageserver:latest}
container_name: triton-manageserver container_name: triton-manageserver
hostname: triton-manageserver hostname: triton-manageserver
restart: unless-stopped restart: unless-stopped

View file

@ -67,4 +67,4 @@ TLS_CERT_HOST_DIR=/etc/triton/tls
TRITON_MANAGE_SESSION_TTL=24h TRITON_MANAGE_SESSION_TTL=24h
# ─── Image ─────────────────────────────────────────────────────────────── # ─── Image ───────────────────────────────────────────────────────────────
TRITON_MANAGE_IMAGE=ghcr.io/amiryahaya/triton-manageserver:latest TRITON_MANAGE_IMAGE=ghcr.io/primatekuntech/triton-manageserver:latest