Wire up that URL properly

This commit is contained in:
Luke Murphy 2020-05-11 21:10:35 +02:00
parent f0c933619a
commit 4b00f42551
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 4 additions and 1 deletions

View File

@ -29,11 +29,14 @@ services:
- "traefik.http.routers.registry.tls.certresolver=production" - "traefik.http.routers.registry.tls.certresolver=production"
registry-ui: registry-ui:
image: "joxit/docker-registry-ui:latest" image: "joxit/docker-registry-ui:static"
ports: ports:
- "3060:80" - "3060:80"
networks: networks:
- proxy - proxy
environment:
- REGISTRY_TITLE=Autonomic Container Catalogue
- URL=https://registry.swarm.autonomic.zone
depends_on: depends_on:
- registry - registry
deploy: deploy: