From 340e24672af98232a3a2e3de30b8a0083412a1bd Mon Sep 17 00:00:00 2001 From: Kevin Morris Date: Thu, 28 Oct 2021 16:26:11 +0000 Subject: [PATCH] Update Docker Testing --- Docker-Testing.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Docker-Testing.md b/Docker-Testing.md index cf23589..814ff0f 100644 --- a/Docker-Testing.md +++ b/Docker-Testing.md @@ -127,3 +127,12 @@ To start up a Docker instance with a specific FastAPI backend and worker count, users can provide a few environment variables to `docker-compose`: $ FASTAPI_BACKEND=gunicorn FASTAPI_WORKERS=5 docker-compose up -d nginx + +#### Git + +Users can use the instance's Git repository just like they would on aur.archlinux.org. You will, of course, need to set a user's SSH public key to one which you own. + +- SSH User: `aur` +- SSH Host: `localhost` +- SSH Port: `2222` +- Project SSH URI: `ssh://aur@localhost:2222/project.git` \ No newline at end of file