Skip to content

Commit e081ad0

Browse files
committed
Use MyST syntax for anchors
1 parent c4af291 commit e081ad0

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

docs/install/containers/images/backend.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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
153153
If 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

158161
A 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

217222
It 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

238245
It is possible to install local packages instead of packages from pip.

0 commit comments

Comments
 (0)