mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 12:30:15 +02:00
updates package registry reference
This commit is contained in:
parent
87ef0f21a3
commit
f3cbe91883
@ -58,7 +58,7 @@ There are a handful of ways to add packages:
|
|||||||
|
|
||||||
Using a custom docker image is the preferred approach, as it gives you the stability of packages only changing when you tell them to, along with packages not having to be downloaded every time your container restarts
|
Using a custom docker image is the preferred approach, as it gives you the stability of packages only changing when you tell them to, along with packages not having to be downloaded every time your container restarts
|
||||||
|
|
||||||
1. Add each additional package that you want to install to a single line in `conf/requirements.txt`. It is recommended, but not required, that you include a version number as well. This will keep your packages from magically updating. You can lookup packages on <https://package.wiki>, and copy everything after `pip install` from the top of the page to use the most recent version. It should look something like `allianceauth-signal-pings==0.0.7`. Every entry in this file should be on a separate line
|
1. Add each additional package that you want to install to a single line in `conf/requirements.txt`. It is recommended, but not required, that you include a version number as well. This will keep your packages from magically updating. You can lookup packages on <https://pypi.org>, and copy from the title at the top of the page to use the most recent version. It should look something like `allianceauth-signal-pings==0.0.7`. Every entry in this file should be on a separate line
|
||||||
1. Modify `docker-compose.yml`, as follows.
|
1. Modify `docker-compose.yml`, as follows.
|
||||||
* Comment out the `image` line under `allianceauth`
|
* Comment out the `image` line under `allianceauth`
|
||||||
* Uncomment the `build` section
|
* Uncomment the `build` section
|
||||||
|
Loading…
x
Reference in New Issue
Block a user