mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-24 10:02:23 +07:00
Auto restart Gitea
In case it cannot connect to MariaDB
This commit is contained in:
parent
da0f4b014c
commit
dbf56d0930
@ -24,6 +24,7 @@ services:
|
|||||||
DOMAIN: "git.khuedoan.com"
|
DOMAIN: "git.khuedoan.com"
|
||||||
ROOT_URL: "http://git.khuedoan.com/"
|
ROOT_URL: "http://git.khuedoan.com/"
|
||||||
INSTALL_LOCK: "true"
|
INSTALL_LOCK: "true"
|
||||||
|
restart: always
|
||||||
mariadb:
|
mariadb:
|
||||||
container_name: "khuedoan_mariadb"
|
container_name: "khuedoan_mariadb"
|
||||||
build: ./mariadb/
|
build: ./mariadb/
|
||||||
|
Loading…
Reference in New Issue
Block a user