Increase volumes;Move template
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-01-23 14:56:19 +01:00
parent 2531a4fb5d
commit a4e243e882
4 changed files with 15 additions and 2 deletions

View File

@ -0,0 +1,8 @@
mirrors:
{% for entry in _template.data %}
{{ entry }}:
endpoint:
- https://registry.{{ _template.hv.fqdn }}
rewrite:
"(.*)": "library/{{ entry }}/$1"
{% endfor %}