added template vars files

This commit is contained in:
2023-04-04 20:33:45 +02:00
parent c1d3d2b71b
commit 95c2c221fa
16 changed files with 220 additions and 129 deletions

View File

@@ -0,0 +1,11 @@
gitea_folder:
- db
- data
GITEA_DB_TYPE: 'mysql'
GITEA_DB_HOST: 'gitea_db'
GITEA_DB_ROOT_PASS: 'super-secret-root-pass'
GITEA_DB_USER: 'gitea'
GITEA_DB_PASS: 'super-secret-pass'
GITEA_DB_NAME: 'gitea'
GITEA_ROOT_URL: 'https://git.your.domain'