This commit is contained in:
2025-11-04 10:17:37 -08:00
parent e922a939f5
commit 1a19f799bd
4 changed files with 14 additions and 18 deletions

View File

@@ -5,8 +5,8 @@ services:
image: registry:2
container_name: registry
restart: unless-stopped
ports:
- "${REGISTRY_PORT:-5000}:5000"
expose:
- "5000"
environment:
- REGISTRY_STORAGE_FILESYSTEM_ROOTDIRECTORY=${REGISTRY_STORAGE_PATH:-/var/lib/registry}
- REGISTRY_AUTH=${REGISTRY_AUTH_ENABLED:-false}
@@ -27,8 +27,8 @@ services:
image: joxit/docker-registry-ui:latest
container_name: registry-ui
restart: unless-stopped
ports:
- "${UI_PORT:-8080}:80"
expose:
- "80"
environment:
- SINGLE_REGISTRY=${SINGLE_REGISTRY:-true}
- REGISTRY_TITLE=${REGISTRY_TITLE:-Docker Registry}