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:
|
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:
|
||||||
|
|
Loading…
Reference in a new issue