mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Update Docker Testing
parent
1f54ca0d43
commit
340e24672a
1 changed files with 9 additions and 0 deletions
|
@ -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`
|
Loading…
Add table
Reference in a new issue