feat(gitea): add gitea stack
This commit is contained in:
8
compose/gitea/.env.example
Normal file
8
compose/gitea/.env.example
Normal file
@@ -0,0 +1,8 @@
|
||||
USER_UID="1000"
|
||||
USER_GID="1000"
|
||||
GITEA_DATA_PATH="../../volumes/gitea/gitea"
|
||||
GITEA__database__PASSWD="superSecurePassword"
|
||||
GITEA__server__ROOT_URL="https://git.your.domain"
|
||||
HTTP_PORT="3100"
|
||||
SSH_PORT="222"
|
||||
POSTGRES_DATA_PATH="../../volumes/gitea/postgres"
|
||||
Reference in New Issue
Block a user