From a02c80dfaa51a117901ec71e918461812f2e99d9 Mon Sep 17 00:00:00 2001 From: rosa Date: Sat, 24 Jan 2026 21:36:12 +0100 Subject: [PATCH] chore(setup): create gitea directories --- setup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.sh b/setup.sh index 712b81a..a228a90 100755 --- a/setup.sh +++ b/setup.sh @@ -17,6 +17,8 @@ volumes=( apprise-api/config apprise-api/plugin apprise-api/attach + gitea/gitea + gitea/postgres ) mkdir -p "$volumes_root"