dc.yml fixed
This commit is contained in:
parent
eb47d330c8
commit
b3543cd667
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ services:
|
|||
|
||||
backend:
|
||||
build:
|
||||
context: git://github.com/your-org/my-project-backend.git#main # Replace with your backend repo URL
|
||||
context: git@git.impstyle.com:test/demo-backend.git#main # Replace with your backend repo URL
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "8000:8000"
|
||||
|
@ -28,7 +28,7 @@ services:
|
|||
|
||||
frontend:
|
||||
build:
|
||||
context: git://github.com/your-org/my-project-frontend.git#main # Replace with your frontend repo URL
|
||||
context: git@git.impstyle.com:test/demo-frontend.git#main # Replace with your frontend repo URL
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "5173:5173"
|
||||
|
|
Loading…
Reference in a new issue