dc.yml fixed

This commit is contained in:
zwnk 2025-01-16 10:29:01 -03:00
parent eb47d330c8
commit b3543cd667

View file

@ -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"