Add zot OCI image registry
This commit is contained in:
parent
b2c7932bf4
commit
1f2b17e2ef
3 changed files with 76 additions and 0 deletions
23
zot-registry/docker-compose.yaml
Normal file
23
zot-registry/docker-compose.yaml
Normal file
|
@ -0,0 +1,23 @@
|
|||
version: '3'
|
||||
|
||||
services:
|
||||
zot:
|
||||
image: ghcr.io/project-zot/zot:${zot_version:-latest}
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- VIRTUAL_HOST=zot.jfreudenberger.de
|
||||
- VIRTUAL_PORT=5000
|
||||
- LETSENCRYPT_HOST=zot.jfreudenberger.de
|
||||
volumes:
|
||||
- registry-data:/var/lib/registry
|
||||
- registry-config:/etc/zot
|
||||
networks:
|
||||
- webproxy
|
||||
|
||||
volumes:
|
||||
registry-data:
|
||||
|
||||
networks:
|
||||
webproxy:
|
||||
external: true
|
||||
name: webproxy
|
Loading…
Add table
Add a link
Reference in a new issue