Container registry stack
This commit is contained in:
parent
ac45db21c1
commit
5b2e7bb915
@ -0,0 +1,13 @@
|
|||||||
|
services:
|
||||||
|
test:
|
||||||
|
image: registry:2.8
|
||||||
|
restart: always
|
||||||
|
environment:
|
||||||
|
REGISTRY_LOG_LEVEL: ${REGISTRY_LOG_LEVEL}
|
||||||
|
volumes:
|
||||||
|
- registry-data:/var/lib/registry
|
||||||
|
ports:
|
||||||
|
- "5000"
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
registry-data:
|
@ -0,0 +1,3 @@
|
|||||||
|
# Test Stack
|
||||||
|
|
||||||
|
A stack for test/demo purposes.
|
@ -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