Container Registry Stack #747

Merged
dboreham merged 5 commits from dboreham/container-registry-stack into main 2024-02-18 18:55:57 +00:00
3 changed files with 21 additions and 0 deletions
Showing only changes of commit 5b2e7bb915 - Show all commits

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