Re-bootstrap as template repository

This commit is contained in:
Luke Murphy 2020-06-17 08:38:00 +02:00
parent 247bc34dfd
commit d7bbdadf7a
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
4 changed files with 4 additions and 4 deletions

View File

@ -4,4 +4,4 @@
> https://joxit.dev/docker-registry-ui/ > https://joxit.dev/docker-registry-ui/
> https://catalogue.swarm.autonomic.zone/ **Work In Progress.**

View File

@ -60,7 +60,8 @@ networks:
configs: configs:
config-yml-prod-v1: config-yml-prod-v1:
file: config.yml file: config.yml.tmpl
template_driver: golang
volumes: volumes:
registry: registry:

View File

@ -9,7 +9,7 @@ http:
addr: :5000 addr: :5000
headers: headers:
X-Content-Type-Options: [nosniff] X-Content-Type-Options: [nosniff]
Access-Control-Allow-Origin: ["https://catalogue.swarm.autonomic.zone"] Access-Control-Allow-Origin: ["{{ env "domain" }}"]
Access-Control-Allow-Methods: ["HEAD", "GET", "OPTIONS", "DELETE"] Access-Control-Allow-Methods: ["HEAD", "GET", "OPTIONS", "DELETE"]
Access-Control-Allow-Headers: ["Authorization"] Access-Control-Allow-Headers: ["Authorization"]
Access-Control-Max-Age: [1728000] Access-Control-Max-Age: [1728000]

View File

@ -1 +0,0 @@
docker-compose==1.25.5