@@ -131,7 +131,7 @@ volumes:
131131
132132| Environment variable | Description | RelStorage option | Default value |
133133| --- | --- | --- | --- |
134- | ` RELSTORAGE_DSN` | [PostgreSQL DSN](# postgresql-dsn) for the database interface | | |
134+ | ` RELSTORAGE_DSN` | {ref}`containers-images-backend- postgresql-dsn-label` for the database interface | | |
135135| `RELSTORAGE_NAME` | RelStorage option | `name` | `storage` |
136136| `RELSTORAGE_READ_ONLY` | RelStorage option | `read-only` | `off` |
137137| `RELSTORAGE_KEEP_HISTORY` | RelStorage option | `keep-history` | `true` |
@@ -153,6 +153,9 @@ Currently this image supports only the configuration of a PostgreSQL backend via
153153If you need to use MySQL or Oracle, we recommend that you extend this image and overwrite the ` /app/etc/relstorage.conf` file.
154154```
155155
156+
157+ (containers-images-backend-postgresql-dsn-label)=
158+
156159#### PostgreSQL DSN
157160
158161A valid PostgreSQL DSN is a list of parameters separated with whitespace.
@@ -207,11 +210,13 @@ These variables are used to configure [CORS](https://developer.mozilla.org/en-US
207210
208211| Environment variable | Description | Details |
209212| --- | --- | --- |
210- | `ADDONS` | A space separated list of python libraries to install | [Add-ons](# add-ons) |
211- | `DEVELOP` | A space separated list of python libraries to install in editable mode | [Developing packages](# developing-packages) |
213+ | `ADDONS` | A space separated list of python libraries to install | {ref}`containers-images-backend- add-ons-label` |
214+ | `DEVELOP` | A space separated list of python libraries to install in editable mode | {ref}`containers-images-backend- developing-packages-label` |
212215| `PIP_PARAMS` | Parameters used in `pip` installation commands | [`pip install`](https://pip.pypa.io/en/stable/cli/pip_install/) |
213216
214217
218+ (containers-images-backend-add-ons-label)=
219+
215220# ### Add-ons
216221
217222It is possible to install add-ons during startup time in a container created using this image.
@@ -233,6 +238,8 @@ In this case, extend the image as explained before.
233238` ` `
234239
235240
241+ (containers-images-backend-developing-packages-label)=
242+
236243# ## Developing packages variable
237244
238245It is possible to install local packages instead of packages from pip.
0 commit comments