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.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
cointrader:
|
cointrader:
|
||||||
image: 10.1.10.28:3000/gihyeon/cointrader:latest
|
image: git.gihyeon.com/gihyeon/cointrader:latest
|
||||||
container_name: cointrader
|
container_name: cointrader
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file:
|
env_file:
|
||||||
@@ -18,7 +18,7 @@ services:
|
|||||||
max-file: "5"
|
max-file: "5"
|
||||||
|
|
||||||
dashboard-api:
|
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
|
container_name: dashboard-api
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
@@ -38,7 +38,7 @@ services:
|
|||||||
max-file: "3"
|
max-file: "3"
|
||||||
|
|
||||||
dashboard-ui:
|
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
|
container_name: dashboard-ui
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user