sov-kernel-monster / quantum-piper /sov-registry.yaml
SNAPKITTYWEST's picture
chore: push full sov-kernel-monster content from local build
9425aed verified
Raw
History Blame Contribute Delete
513 Bytes
version: '3.8'
services:
sov-registry:
image: registry:2
container_name: sov-registry
restart: always
environment:
REGISTRY_STORAGE_FILESYSTEM_ROOTDIRECTORY: /var/lib/registry
REGISTRY_HTTP_ADDR: 127.0.0.1:5000
volumes:
- ./sov-worm-storage:/var/lib/registry:rw
- ./sov-certs:/certs:ro
networks:
- sov-internal-net
deploy:
resources:
limits:
memory: 512M
networks:
sov-internal-net:
internal: true