From d2fd01c0181fd557a1750d8c36fbe1394431766c Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 5 Jul 2026 14:38:46 +0530 Subject: Install cgit from source --- setup.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'setup.sh') diff --git a/setup.sh b/setup.sh index efd3954..16240cd 100755 --- a/setup.sh +++ b/setup.sh @@ -13,7 +13,11 @@ services() { cd "$ROOT_DIR"; docker compose --profile services "$@"; } core() { cd "$ROOT_DIR"; docker compose --profile core "$@"; } # TODO: use --wait and add health checks -start() { stop || true; services up -d "$@"; } +start() { + stop || true; services up -d "$@" + core down nginx + core up nginx -d +} startfg() { stop || true; services up "$@"; } -- cgit v1.3.1