Update 8 files

This commit is contained in:
j
2025-12-17 21:39:15 +13:00
parent 245837a872
commit ad6b442ba2
8 changed files with 11 additions and 11 deletions

View File

@@ -11,6 +11,3 @@ REQUIRES_DOCKER_ROOT=false
# Image settings
IMAGE_REGISTRY="docker.io"
IMAGE_REPO="gitea/gitea"
# Volume settings
DATA_VOLUME="${CONTAINER_NAME}_data"

View File

@@ -6,6 +6,9 @@ IMAGE_TAG="latest"
# Server Settings
SSH_USER="root"
# Data path on host (contains git/, gitea/, ssh/ subdirectories)
DATA_PATH="/home/dropshell/gitea"
# Gitea ports
HTTP_PORT=3000
SSH_PORT=2222