Browse Source

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

custom-downloader
Lars Wilhelmsen 3 years ago
parent
commit
82ea8e4ed6
No known key found for this signature in database GPG Key ID: 2837CEDF73BEC588
2 changed files with 9545 additions and 1 deletions
  1. +9544
    -0
      examples/quarkus-bom.xml
  2. +1
    -1
      repo/docker-compose.yml

+ 9544
- 0
examples/quarkus-bom.xml
File diff suppressed because it is too large
View File


+ 1
- 1
repo/docker-compose.yml View File

@@ -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…
Cancel
Save