dc.yml fixed
This commit is contained in:
parent
b3543cd667
commit
1384afd264
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,8 @@ services:
|
|||
build:
|
||||
context: git@git.impstyle.com:test/demo-backend.git#main # Replace with your backend repo URL
|
||||
dockerfile: Dockerfile
|
||||
ssh:
|
||||
- default:/path/to/keyfile
|
||||
ports:
|
||||
- "8000:8000"
|
||||
environment:
|
||||
|
@ -30,6 +32,8 @@ services:
|
|||
build:
|
||||
context: git@git.impstyle.com:test/demo-frontend.git#main # Replace with your frontend repo URL
|
||||
dockerfile: Dockerfile
|
||||
ssh:
|
||||
- default:/path/to/keyfile
|
||||
ports:
|
||||
- "5173:5173"
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue