diff --git a/docker-compose.yml b/docker-compose.yml index d465424..7199319 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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"