fix: simplify and test registry setup

- Fix config.yml format
- Simplify Dockerfile with direct config copy
- Remove unnecessary volume mounts
- Tested working locally
This commit is contained in:
2025-11-05 09:32:59 -08:00
parent 644ee7b262
commit 7ead84ba6b
2 changed files with 1 additions and 22 deletions

View File

@@ -9,7 +9,6 @@ services:
- "5000"
volumes:
- registry-data:/var/lib/registry
- registry-config:/etc/docker/registry
networks:
- registry-network
@@ -19,6 +18,4 @@ networks:
volumes:
registry-data:
driver: local
registry-config:
driver: local