add container-registry stack
This commit is contained in:
commit
56e55fb381
@ -0,0 +1,14 @@
|
||||
services:
|
||||
registry:
|
||||
image: docker.io/library/registry:2.8
|
||||
restart: always
|
||||
environment:
|
||||
REGISTRY_LOG_LEVEL: ${REGISTRY_LOG_LEVEL}
|
||||
volumes:
|
||||
- config:/config:ro
|
||||
- registry-data:/var/lib/registry
|
||||
ports:
|
||||
- '5000'
|
||||
volumes:
|
||||
config:
|
||||
registry-data:
|
5
stack-orchestrator/stacks/container-registry/stack.yml
Normal file
5
stack-orchestrator/stacks/container-registry/stack.yml
Normal file
@ -0,0 +1,5 @@
|
||||
version: "1.0"
|
||||
name: container-registry
|
||||
description: "Container registry stack"
|
||||
pods:
|
||||
- container-registry
|
Loading…
Reference in New Issue
Block a user