updated formattings of env files

This commit is contained in:
2025-02-18 17:35:44 +01:00
parent b886adf877
commit 97b28e9540
8 changed files with 66 additions and 24 deletions

View File

@@ -1,3 +1,7 @@
# ----------------------------------
# GITEA
# ----------------------------------
USER_UID=1000
USER_GID=1000
@@ -10,6 +14,9 @@ GITEA_MYSQL_PASSWORD=very-difficult-gitea
GITEA_MYSQL_DATABASE=gitea
GITEA_MYSQL_ALLOW_EMPTY_PASSWORD=true
# ----------------------------------
# GITEA DB
# ----------------------------------
DB_HOST=gitea_db:3306
DB_NAME=gitea