changed vars and defaults structure

This commit is contained in:
2023-06-03 00:58:13 +02:00
parent d3ea0dd111
commit 814eeca218
19 changed files with 225 additions and 78 deletions

View File

@@ -0,0 +1,3 @@
gitea_folder:
- db
- data

View File

@@ -1,11 +0,0 @@
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'