File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -58,3 +58,4 @@ CMD ["/bin/s6-svscan", "/etc/s6"]
5858
5959COPY docker /
6060COPY --from=build-env /go/src/code.gitea.io/gitea/gitea /app/gitea/gitea
61+ RUN ln -s /usr/local/bin/gitea /app/gitea/gitea
Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ RUN_MODE = $RUN_MODE
44[repository]
55ROOT = /data/git/repositories
66
7+ [repository.local]
8+ LOCAL_COPY_PATH = /data/gitea/tmp/local-repo
9+
710[repository.upload]
811TEMP_PATH = /data/gitea/uploads
912
@@ -14,6 +17,7 @@ HTTP_PORT = $HTTP_PORT
1417ROOT_URL = $ROOT_URL
1518DISABLE_SSH = $DISABLE_SSH
1619SSH_PORT = $SSH_PORT
20+ LFS_CONTENT_PATH = /data/git/lfs
1721
1822[database]
1923PATH = /data/gitea/gitea.db
@@ -23,6 +27,9 @@ NAME = $DB_NAME
2327USER = $DB_USER
2428PASSWD = $DB_PASSWD
2529
30+ [indexer]
31+ ISSUE_INDEXER_PATH = /data/gitea/indexers/issues.bleve
32+
2633[session]
2734PROVIDER_CONFIG = /data/gitea/sessions
2835
You can’t perform that action at this time.
0 commit comments