# 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