mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Update Docker Testing
parent
fea6f02c7f
commit
fc5252c274
1 changed files with 9 additions and 0 deletions
|
@ -26,6 +26,15 @@ services:
|
|||
|
||||
## Getting Started
|
||||
|
||||
The aurweb project now maintains a
|
||||
[Dockerfile](https://gitlab.archlinux.org/archlinux/aurweb/-/tree/pu/Dockerfile)
|
||||
and [docker-compose.yml](https://gitlab.archlinux.org/archlinux/aurweb/-/tree/pu/docker-compose.yml).
|
||||
The Dockerfile builds a very basic image, and the docker-compose services
|
||||
use that image as a base.
|
||||
|
||||
For a complete rundown on all of the services available, see the
|
||||
[aurweb Docker wiki page](https://gitlab.archlinux.org/archlinux/aurweb/-/wikis/Docker).
|
||||
|
||||
To run all services in the background:
|
||||
|
||||
$ FASTAPI_BACKEND=gunicorn FASTAPI_WORKERS=5 docker-compose up -d nginx
|
||||
|
|
Loading…
Add table
Reference in a new issue