mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
Docker readme tweaks
This commit is contained in:
@@ -29,7 +29,7 @@ services:
|
|||||||
|
|
||||||
## Advanced
|
## Advanced
|
||||||
|
|
||||||
While using the embedded database is perfectly fine for small instances, you may want to have more control over the
|
While using the H2 embedded database is perfectly fine for small instances, you may want to have more control over the
|
||||||
database. Here's an example that uses postgresql (note the different docker tag):
|
database. Here's an example that uses postgresql (note the different docker tag):
|
||||||
|
|
||||||
```
|
```
|
||||||
@@ -70,14 +70,14 @@ with the `COMMAFEED_FEED_REFRESH_INTERVAL_EMPIRICAL=true` variable.
|
|||||||
|
|
||||||
When logging in, credentials are stored in an encrypted cookie. The encryption key is randomly generated at startup,
|
When logging in, credentials are stored in an encrypted cookie. The encryption key is randomly generated at startup,
|
||||||
meaning that you will have to log back in after each restart of the application. To prevent this, you can set the
|
meaning that you will have to log back in after each restart of the application. To prevent this, you can set the
|
||||||
`QUARKUS_HTTP_AUTH_SESSION_ENCRYPTION_KEY` property to a fixed value (min. 16 characters).
|
`QUARKUS_HTTP_AUTH_SESSION_ENCRYPTION_KEY` variable to a fixed value (min. 16 characters).
|
||||||
|
|
||||||
## Docker tags
|
## Docker tags
|
||||||
|
|
||||||
Tags are of the form `<version>-<database>[-jvm]` where:
|
Tags are of the form `<version>-<database>[-jvm]` where:
|
||||||
|
|
||||||
- `<version>` is either:
|
- `<version>` is either:
|
||||||
- a specific CommaFeed version (e.g. `4.6.0`)
|
- a specific CommaFeed version (e.g. `5.0.0`)
|
||||||
- `latest` (always points to the latest version)
|
- `latest` (always points to the latest version)
|
||||||
- `master` (always points to the latest git commit)
|
- `master` (always points to the latest git commit)
|
||||||
- `<database>` is the database to use (`h2`, `postgresql`, `mysql` or `mariadb`)
|
- `<database>` is the database to use (`h2`, `postgresql`, `mysql` or `mariadb`)
|
||||||
|
|||||||
Reference in New Issue
Block a user