Skip to content

Commit

Permalink
🚚 Setting(docker-composes): dev버전의 도커 컴포즈가 ncp registry를 통해 이미지를 다운로드…
Browse files Browse the repository at this point in the history
… 받을 수 있도록 함
  • Loading branch information
SeoGeonhyuk committed Nov 20, 2024
1 parent d6d0cb9 commit 77222e6
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docker-composes/cloud-canvas-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@ services:
restart: unless-stopped

back:
build:
context: ../
dockerfile: apps/server/Dockerfile
image: t84ar7xr.kr.private-ncr.ntruss.com/back:dev
container_name: back
environment:
DATABASE_URL: mysql://cloud_canvas_user:password@mysql:3306/cloud_canvas
Expand All @@ -81,9 +79,7 @@ services:
restart: unless-stopped

front:
build:
context: ../
dockerfile: apps/client/Dockerfile
image: t84ar7xr.kr.private-ncr.ntruss.com/front:dev
container_name: front
ports:
- '5001:5000'
Expand Down

0 comments on commit 77222e6

Please sign in to comment.