moved to NFS share for volume storage. Migrated all data

This commit is contained in:
git
2026-07-02 12:49:48 +10:00
parent d9cce278e6
commit 5e47ae2777
110 changed files with 146 additions and 6611 deletions
@@ -0,0 +1,20 @@
version: "3.9"
services:
registry:
restart: always
deploy:
replicas: 3
image: registry:2
volumes:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etclocaltime:ro
- data:/var/lib/registry:rw
ports:
- 5002:5000
volumes:
data:
driver: local
driver_opts:
type: nfs
device: ":/srv/docker/volumes/registry"
o: "addr=192.168.8.231,rw,nfsvers=4,async"