mirror of
https://github.com/open-webui/openapi-servers.git
synced 2026-08-24 12:02:55 -04:00
[PR #68] Adding Docker support to git server. #12
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/openapi-servers/pull/68
Author: @stnwlls
Created: 2/3/2026
Status: 🔄 Open
Base:
main← Head:main📝 Commits (3)
3a4701bAdding Docker support.1302bafAdd GitPython to requirements3a01ad2Create .dockerignore to manage Docker build context📊 Changes
4 files changed (+103 additions, -1 deletions)
View changed files
➕
servers/git/.dockerignore(+34 -0)➕
servers/git/Dockerfile(+60 -0)➕
servers/git/compose.yaml(+6 -0)📝
servers/git/requirements.txt(+3 -1)📄 Description
Summary
This PR adds Docker support to the git server repo. I matched the other server's Dockerfile, minus a few tweaks to ensure git works.
Changes
I didn't update the README.md, but I'm happy to if you'd like.
Testing Checklist
docker-compose up.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.