use https version of repo

This commit is contained in:
Richard Toth
2025-12-19 12:12:39 +01:00
parent c8bf011459
commit 3692843a9b
2 changed files with 6 additions and 2 deletions

View File

@@ -19,7 +19,6 @@ services:
volumes: volumes:
- ./satis.json:/build/satis.json:ro - ./satis.json:/build/satis.json:ro
- ./web:/build/web - ./web:/build/web
- ~/.ssh:/root/.ssh:ro
working_dir: /build working_dir: /build
command: ["build", "satis.json", "web"] command: ["build", "satis.json", "web"]
networks: networks:

View File

@@ -1,7 +1,12 @@
{ {
"name": "tothbt/satis", "name": "tothbt/satis",
"homepage": "https://satis.trweb.hu", "homepage": "https://satis.trweb.hu",
"repositories": [], "repositories": [
{
"type": "vcs",
"url": "https://git.tothbt.com/tothbt/keycloak-bundle.git"
}
],
"require-all": true, "require-all": true,
"output-dir": "web" "output-dir": "web"
} }