From 07ba510fd8826828a376c322a0a8c1f14d197625 Mon Sep 17 00:00:00 2001 From: 21in7 Date: Thu, 5 Mar 2026 20:27:43 +0900 Subject: [PATCH] chore: update Docker image references in docker-compose.yml - Changed image references for cointrader, dashboard-api, and dashboard-ui services to use the new GitLab registry URL. - Ensured consistency in image source for better maintainability and deployment. --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 6c21fa3..2434765 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,6 @@ services: cointrader: - image: 10.1.10.28:3000/gihyeon/cointrader:latest + image: git.gihyeon.com/gihyeon/cointrader:latest container_name: cointrader restart: unless-stopped env_file: @@ -18,7 +18,7 @@ services: max-file: "5" dashboard-api: - image: 10.1.10.28:3000/gihyeon/cointrader-dashboard-api:latest + image: git.gihyeon.com/gihyeon/cointrader-dashboard-api:latest container_name: dashboard-api restart: unless-stopped environment: @@ -38,7 +38,7 @@ services: max-file: "3" dashboard-ui: - image: 10.1.10.28:3000/gihyeon/cointrader-dashboard-ui:latest + image: git.gihyeon.com/gihyeon/cointrader-dashboard-ui:latest container_name: dashboard-ui restart: unless-stopped ports: