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