Updated registry and registrybrowser YML for local use (not in swarm)
This commit is contained in:
@@ -2,15 +2,17 @@ version: '3'
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
registrystorage:
|
registrystorage:
|
||||||
driver_opts:
|
driver: local
|
||||||
type: nfs
|
driver_opts:
|
||||||
o: addr=dockerstorage,nfsvers=4
|
type: none
|
||||||
device: :/dockerstorage/registry
|
o: bind
|
||||||
|
device: /srv/dev-disk-by-uuid-17e88007-4d0c-45e0-8757-cacfcc458630/docker_config/registry
|
||||||
registryauth:
|
registryauth:
|
||||||
driver_opts:
|
driver: local
|
||||||
type: nfs
|
driver_opts:
|
||||||
o: addr=dockerstorage,nfsvers=4
|
type: none
|
||||||
device: :/dockerstorage/registry/auth
|
o: bind
|
||||||
|
device: /srv/dev-disk-by-uuid-17e88007-4d0c-45e0-8757-cacfcc458630/docker_config/registry/auth
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -35,7 +37,9 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 8082:8080
|
- 8082:8080
|
||||||
environment:
|
environment:
|
||||||
- 'DOCKER_REGISTRY_URL=https://registry.vbchaos.nl'
|
# - 'DOCKER_REGISTRY_URL=https://registry.vbchaos.nl'
|
||||||
|
- 'DOCKER_REGISTRY_URL=http://10.10.1.32:5000'
|
||||||
- 'PUBLIC_REGISTRY_URL=registry.vbchaos.nl'
|
- 'PUBLIC_REGISTRY_URL=registry.vbchaos.nl'
|
||||||
- 'NO_SSL_VERIFICATION=true'
|
- 'NO_SSL_VERIFICATION=true'
|
||||||
- 'ENABLE_DELETE_IMAGES=true'
|
- 'ENABLE_DELETE_IMAGES=true'
|
||||||
|
- 'SECRET_KEY_BASE=69f08e9e10d29269e2dfa7f2b18eab49bd55e0c627a9d11cdab490b97a84bc46cb51e0210b7c20f9dc4ff52bcb789c1b9ca1c655ca37cc3bf94edd1fd180ef30'
|
||||||
|
|||||||
Reference in New Issue
Block a user