Files
docker-registry-ui/docker-compose.yml
zino 5760f874db m
2024-06-08 14:02:42 +02:00

22 lines
435 B
YAML

version: "3.8"
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