Registry running on port 80 now
This commit is contained in:
@@ -5,7 +5,7 @@ docker_compose_version_to_install: 1.22.0
|
|||||||
docker_ce_version_to_install: 18.06.1
|
docker_ce_version_to_install: 18.06.1
|
||||||
nvm_version: v0.33.5
|
nvm_version: v0.33.5
|
||||||
node_version: 8.4.0
|
node_version: 8.4.0
|
||||||
registry_location: "registry.wimer.home:5000"
|
registry_location: "registry.wimer.home"
|
||||||
nfs_location: 10.0.0.150
|
nfs_location: 10.0.0.150
|
||||||
nfs_share: /volumeUSB5/usbshare
|
nfs_share: /volumeUSB5/usbshare
|
||||||
home_pub_key: https://raw.githubusercontent.com/jcwimer/ubuntu-template/master/post/id_rsa.pub
|
home_pub_key: https://raw.githubusercontent.com/jcwimer/ubuntu-template/master/post/id_rsa.pub
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
{% if inventory_hostname == "nextcloud" %}"storage-driver": "devicemapper",{% endif %}
|
{% if inventory_hostname == "nextcloud" %}"storage-driver": "devicemapper",{% endif %}
|
||||||
"insecure-registries" : ["{{ registry_location }}","10.0.0.221:5000"],
|
"insecure-registries" : ["{{ registry_location }}","10.0.0.221"],
|
||||||
"registry-mirrors": ["http://10.0.0.221:5000"],
|
"registry-mirrors": ["http://10.0.0.221"],
|
||||||
"metrics-addr" : "0.0.0.0:9323",
|
"metrics-addr" : "0.0.0.0:9323",
|
||||||
"experimental" : true
|
"experimental" : true
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user