dc.yml fixed

This commit is contained in:
zwnk 2025-01-16 11:01:21 -03:00
parent b3543cd667
commit 1384afd264

View file

@ -14,6 +14,8 @@ services:
build: build:
context: git@git.impstyle.com:test/demo-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 dockerfile: Dockerfile
ssh:
- default:/path/to/keyfile
ports: ports:
- "8000:8000" - "8000:8000"
environment: environment:
@ -30,6 +32,8 @@ services:
build: build:
context: git@git.impstyle.com:test/demo-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 dockerfile: Dockerfile
ssh:
- default:/path/to/keyfile
ports: ports:
- "5173:5173" - "5173:5173"
environment: environment: