Remove dev env for now

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

View File

@ -1,29 +0,0 @@
---
version: "3.7"
services:
registry:
image: "registry:2"
networks:
- registry-ui-net
ports:
- "5000:5000"
volumes:
- "registry:/var/lib/registry"
registry-ui:
image: "joxit/docker-registry-ui:static"
ports:
- "80:80"
environment:
- URL=http://registry:5000
networks:
- registry-ui-net
depends_on:
- registry
networks:
registry-ui-net:
volumes:
registry: