Added Docker Registry - will be auth protected by Caddy.

This commit is contained in:
Dylan Baird 2024-12-23 08:34:29 -05:00
parent 0ce2edb54d
commit 4264c852a1

View file

@ -18,4 +18,11 @@ services:
- /tarrega/data/television:/media1
- /tarrega/data/music:/media2
- /tarrega/data/disney-films:/media3
restart: 'unless-stopped'
restart: 'unless-stopped'
registry:
image: registry:2
container_name: registry
ports:
- "5000:5000"
volumes:
- /tarrega/data/registry:/var/lib/registry