forked from coop-cloud/distribution
Re-bootstrap as template repository
This commit is contained in:
parent
247bc34dfd
commit
d7bbdadf7a
@ -4,4 +4,4 @@
|
|||||||
|
|
||||||
> https://joxit.dev/docker-registry-ui/
|
> https://joxit.dev/docker-registry-ui/
|
||||||
|
|
||||||
> https://catalogue.swarm.autonomic.zone/
|
**Work In Progress.**
|
||||||
|
@ -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:
|
@ -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]
|
@ -1 +0,0 @@
|
|||||||
docker-compose==1.25.5
|
|
Loading…
x
Reference in New Issue
Block a user