mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/khuedoan/homelab.git
synced 2026-09-20 08:03:58 +08:00
Add proper config for Gitea
This commit is contained in:
@@ -20,6 +20,10 @@ services:
|
|||||||
DB_USER: "root"
|
DB_USER: "root"
|
||||||
DB_PASSWD: $MYSQL_ROOT_PASSWORD
|
DB_PASSWD: $MYSQL_ROOT_PASSWORD
|
||||||
DB_NAME: "gitea"
|
DB_NAME: "gitea"
|
||||||
|
APP_NAME: "Git"
|
||||||
|
DOMAIN: "git.khuedoan.com"
|
||||||
|
ROOT_URL: "http://git.khuedoan.com/"
|
||||||
|
INSTALL_LOCK: "true"
|
||||||
mariadb:
|
mariadb:
|
||||||
container_name: "khuedoan_mariadb"
|
container_name: "khuedoan_mariadb"
|
||||||
build: ./mariadb/
|
build: ./mariadb/
|
||||||
|
|||||||
Reference in New Issue
Block a user