1
0
Fork 0

registry: add

This commit is contained in:
Lukáš Kucharczyk 2023-12-05 12:47:50 +01:00
parent 5b04a6566c
commit 4413b56ec4
Signed by: lukas
SSH Key Fingerprint: SHA256:vMuSwvwAvcT6htVAioMP7rzzwMQNi3roESyhv+nAxeg
2 changed files with 15 additions and 0 deletions

View File

@ -16,6 +16,7 @@ include:
- services/openldap.yml
- services/prowlarr.yml
- services/netbootxyz.yml
- services/registry.yml
services:

14
services/registry.yml Normal file
View File

@ -0,0 +1,14 @@
---
services:
registry:
image: registry:latest
container_name: registry
networks:
public:
ipv4_address: 192.168.240.45
volumes:
- "${DOCKER_STORAGE_PATH}/registry/data:/var/lib/registry"
- "${DOCKER_STORAGE_PATH}/registry/config.yml:/etc/docker/registry/config.yml"
profiles:
- base
restart: unless-stopped