From 2d7bd53767e9738dbf5b01595295ea4ad5954b28 Mon Sep 17 00:00:00 2001 From: William Valentin Date: Sun, 14 Sep 2025 17:25:20 -0700 Subject: [PATCH] feat: add container registry configuration support - Add CONTAINER_REGISTRY_URL and CONTAINER_TAG environment variables - Configure for Gitea registry at http://gitea-http.taildb3494.ts.net/will/unitforge - Add proper documentation and section formatting in .env.example - Set default tag to 'latest' --- .env.example | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.env.example b/.env.example index 3178593..5567f33 100644 --- a/.env.example +++ b/.env.example @@ -116,6 +116,15 @@ VALIDATION_CACHE_TTL=60 # DOCKER_BUILDKIT=1 # COMPOSE_DOCKER_CLI_BUILD=1 +# ============================================================================= +# CONTAINER REGISTRY CONFIGURATION +# ============================================================================= + +# Container registry URL for image publishing +CONTAINER_REGISTRY_URL=http://gitea-http.taildb3494.ts.net/will/unitforge +# Image tag for container builds +CONTAINER_TAG=latest + # ============================================================================= # PATHS # =============================================================================