Added initial gitea config

This commit is contained in:
Jef Roosens 2021-04-23 16:32:54 +02:00
parent d13573f87d
commit 0a6ffbf67d
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30
4 changed files with 111 additions and 7 deletions

16
gitea/.env.example Normal file
View file

@ -0,0 +1,16 @@
# User to run container as
USER_UID=1000
USER_GID=1000
# Database settings
DB_TYPE=postgres
DB_HOST=db:5432
DB_NAME=gitea
DB_USER=gitea
DB_PASSWD=gitea
# Wether to start LFS
LFS_START_SERVER=true
# Wether to allow registration
DISABLE_REGISTRATION=true