From ecdbbfb69f63b894889535a48b2c71311bbb8280 Mon Sep 17 00:00:00 2001 From: jaydee Date: Sun, 7 Dec 2025 20:00:33 +0100 Subject: [PATCH] build --- __swarm/registry/registry-swarm.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/__swarm/registry/registry-swarm.yml b/__swarm/registry/registry-swarm.yml index 16c6e3a..28a7d30 100644 --- a/__swarm/registry/registry-swarm.yml +++ b/__swarm/registry/registry-swarm.yml @@ -17,15 +17,17 @@ services: mode: ingress volumes: - auth:/auth - - data:/var/lib/registry + - /share/docker_registry/data:/var/lib/registry + - config:/etc/docker/registry/ + deploy: labels: wud.watch: 'false' wud.watch.digest: 'false' replicas: 1 - placement: - constraints: - - node.role == manager + restart_policy: + condition: any + volumes: auth: - data: \ No newline at end of file + config: \ No newline at end of file