Use host MariaDB in Gitea container

This commit is contained in:
2022-07-06 23:01:39 -04:00
parent 9eefad0e87
commit f7459e894c
7 changed files with 40 additions and 9 deletions

View File

@@ -9,7 +9,7 @@ gitea_rooturl: "http://{{ gitea_domain }}"
gitea_signup: true
# database settings
gitea_dbtype: postgres
gitea_dbtype: mysql
gitea_dbhost: host.docker.internal
gitea_dbname: "{{ gitea_name }}"
gitea_dbuser: "{{ gitea_name }}"