Copied all stacks

This commit is contained in:
Khwezi
2026-04-11 09:51:19 +02:00
parent 7c14e29bd4
commit 99efa12f43
25 changed files with 1040 additions and 4 deletions

View File

@@ -0,0 +1,14 @@
version: '3'
services:
registry:
image: registry:2
ports:
- "3003:5000"
environment:
REGISTRY_AUTH: token
REGISTRY_AUTH_TOKEN_REALM: https://gitea.khongisa.co.za/v2/token
REGISTRY_AUTH_TOKEN_SERVICE: gitea
REGISTRY_AUTH_TOKEN_ISSUER: gitea
volumes:
- ./data:/var/lib/registry
- ./config.yml:/etc/docker/registry/config.yml