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