Files
docker-registry-ui/docker-compose.yml
zino 88390b7910 m
2025-08-26 11:23:48 +02:00

20 lines
419 B
YAML

services:
registryui:
image: joxit/docker-registry-ui:main
container_name: registry-ui
restart: on-failure
environment:
- REGISTRY_URL=https://registry.zinomedia.de
- SINGLE_REGISTRY=true
- DELETE_IMAGES=true
- SHOW_CONTENT_DIGEST=true
- SHOW_CATALOG_NB_TAGS=true
- REGISTRY_SECURED=true
networks:
- web
networks:
web:
external: true
name: web