feat(gitea): add gitea stack

This commit is contained in:
2026-01-24 21:33:56 +01:00
parent 5e60db2e90
commit 38d1a52f19
2 changed files with 49 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
USER_UID="1000"
USER_GID="1000"
GITEA_DATA_PATH="../../volumes/gitea/gitea"
GITEA__database__PASSWD="superSecurePassword"
GITEA__server__ROOT_URL="https://git.your.domain"
HTTP_PORT="3100"
SSH_PORT="222"
POSTGRES_DATA_PATH="../../volumes/gitea/postgres"