Updated registry and registrybrowser YML for local use (not in swarm)

This commit is contained in:
2024-02-20 16:51:29 +01:00
parent 35736e3b4e
commit bd775f22b3
+13 -9
View File
@@ -2,15 +2,17 @@ version: '3'
volumes:
registrystorage:
driver_opts:
type: nfs
o: addr=dockerstorage,nfsvers=4
device: :/dockerstorage/registry
driver: local
driver_opts:
type: none
o: bind
device: /srv/dev-disk-by-uuid-17e88007-4d0c-45e0-8757-cacfcc458630/docker_config/registry
registryauth:
driver_opts:
type: nfs
o: addr=dockerstorage,nfsvers=4
device: :/dockerstorage/registry/auth
driver: local
driver_opts:
type: none
o: bind
device: /srv/dev-disk-by-uuid-17e88007-4d0c-45e0-8757-cacfcc458630/docker_config/registry/auth
@@ -35,7 +37,9 @@ services:
ports:
- 8082:8080
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'
- 'NO_SSL_VERIFICATION=true'
- 'ENABLE_DELETE_IMAGES=true'
- 'SECRET_KEY_BASE=69f08e9e10d29269e2dfa7f2b18eab49bd55e0c627a9d11cdab490b97a84bc46cb51e0210b7c20f9dc4ff52bcb789c1b9ca1c655ca37cc3bf94edd1fd180ef30'