mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-05 21:11:52 +07:00
Add proper config for Gitea
This commit is contained in:
parent
30ebcd1eb5
commit
da0f4b014c
@ -20,6 +20,10 @@ services:
|
||||
DB_USER: "root"
|
||||
DB_PASSWD: $MYSQL_ROOT_PASSWORD
|
||||
DB_NAME: "gitea"
|
||||
APP_NAME: "Git"
|
||||
DOMAIN: "git.khuedoan.com"
|
||||
ROOT_URL: "http://git.khuedoan.com/"
|
||||
INSTALL_LOCK: "true"
|
||||
mariadb:
|
||||
container_name: "khuedoan_mariadb"
|
||||
build: ./mariadb/
|
||||
|
Loading…
Reference in New Issue
Block a user