Container registry stack

This commit is contained in:
David Boreham 2024-02-16 06:50:54 -07:00
parent ac45db21c1
commit 5b2e7bb915
3 changed files with 21 additions and 0 deletions

View File

@ -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:

View File

@ -0,0 +1,3 @@
# Test Stack
A stack for test/demo purposes.

View File

@ -0,0 +1,5 @@
version: "1.0"
name: container-registry
description: "Container registry stack"
pods:
- container-registry