瀏覽代碼

v0.3: fix shared config setup. add quarkus BOM as example.

custom-downloader
Lars Wilhelmsen 3 年之前
父節點
當前提交
82ea8e4ed6
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 2837CEDF73BEC588
共有 2 個檔案被更改,包括 9545 行新增1 行删除
  1. +9544
    -0
      examples/quarkus-bom.xml
  2. +1
    -1
      repo/docker-compose.yml

+ 9544
- 0
examples/quarkus-bom.xml
文件差異過大導致無法顯示
查看文件


+ 1
- 1
repo/docker-compose.yml 查看文件

@@ -4,7 +4,7 @@ services:
repo:
image: dzikoysk/reposilite:3.0.0-alpha.23
environment:
REPOSILITE_OPTS: "--token admin:secret --local-config=/reposilite.cdn --local-config-mode=copy --port=8080"
REPOSILITE_OPTS: "--token admin:secret --shared-configuration=/reposilite.cdn --shared-configuration-mode=copy --port=8080"
volumes:
- ./reposilite.cdn:/reposilite.cdn
- ../data:/app/data


Loading…
取消
儲存