From 3692843a9b4e4d59ad0295655af635e7db4c81a8 Mon Sep 17 00:00:00 2001 From: Richard Toth Date: Fri, 19 Dec 2025 12:12:39 +0100 Subject: [PATCH] use https version of repo --- docker-compose.yml | 1 - satis.json | 7 ++++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 8eb0a89..674ecbc 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -19,7 +19,6 @@ services: volumes: - ./satis.json:/build/satis.json:ro - ./web:/build/web - - ~/.ssh:/root/.ssh:ro working_dir: /build command: ["build", "satis.json", "web"] networks: diff --git a/satis.json b/satis.json index 2c5e500..6297e9b 100644 --- a/satis.json +++ b/satis.json @@ -1,7 +1,12 @@ { "name": "tothbt/satis", "homepage": "https://satis.trweb.hu", - "repositories": [], + "repositories": [ + { + "type": "vcs", + "url": "https://git.tothbt.com/tothbt/keycloak-bundle.git" + } + ], "require-all": true, "output-dir": "web" }