feat: Initial commit.
This commit is contained in:
15
example.env
Normal file
15
example.env
Normal file
@@ -0,0 +1,15 @@
|
||||
USER_UID=1001
|
||||
USER_GID=1001
|
||||
|
||||
GITEA__database__DB_TYPE=postgres
|
||||
GITEA__database__HOST=postgres:5432
|
||||
GITEA__database__NAME=gitea
|
||||
GITEA__database__USER=gitea
|
||||
GITEA__database__PASSWD=secret
|
||||
GITEA__server__SSH_PORT=2222
|
||||
|
||||
POSTGRES_USER=gitea
|
||||
POSTGRES_DB=gitea
|
||||
POSTGRES_PASSWORD=secret
|
||||
|
||||
DATA_MNT=/mnt
|
||||
Reference in New Issue
Block a user