Update Docker Testing

Kevin Morris 2021-10-28 16:26:11 +00:00
parent 1f54ca0d43
commit 340e24672a

@ -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`: count, users can provide a few environment variables to `docker-compose`:
$ FASTAPI_BACKEND=gunicorn FASTAPI_WORKERS=5 docker-compose up -d nginx $ 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`