We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1e0053 commit a233d88Copy full SHA for a233d88
infra/services/core/docker/registry.yml
@@ -7,7 +7,7 @@ services:
7
- registry_data:/var/lib/registry
8
- ${INFRA_DIR}/config/registry/config.yml:/etc/docker/registry/config.yml
9
configs:
10
- - source: ".htpasswd"
+ - source: ".htpasswd-registry"
11
target: "/auth/.htpasswd"
12
networks:
13
- infra_network
@@ -50,3 +50,7 @@ volumes:
50
type: nfs4
51
o: "addr=${INFRA_FS_SERVER}"
52
device: ":/${INFRA_FS_ROOT}/registry/data"
53
+
54
+configs:
55
+ .htpasswd-registry:
56
+ file: "${INFRA_DIR}/config/registry/auth/.htpasswd"
0 commit comments