.
This commit is contained in:
11
gitea/stack.env
Normal file
11
gitea/stack.env
Normal file
@@ -0,0 +1,11 @@
|
||||
# Environment variables for Gitea
|
||||
|
||||
USER_UID=1000
|
||||
USER_GID=1000
|
||||
GITEA__database__DB_TYPE=mysql
|
||||
GITEA__database__HOST=database.home.ramberg.net:3306
|
||||
GITEA__database__NAME=gitea
|
||||
GITEA__database__USER=gitea
|
||||
GITEA__database__PASSWD=giteapass123
|
||||
PORT_1=3000
|
||||
PORT_2=2222
|
||||
Reference in New Issue
Block a user