forked from coop-cloud/distribution
Remove dev env for now
This commit is contained in:
parent
4b00f42551
commit
247bc34dfd
@ -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:
|
Loading…
x
Reference in New Issue
Block a user