mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-06 15:15:58 +00:00
Mention another change in docker images in 0.24.0
This commit is contained in:
parent
cfda9b470e
commit
207bb7138a
@ -59,6 +59,10 @@ state (the master branch). The `latest` tag points to the latest
|
|||||||
release. Each release is also tagged with its version number, like
|
release. Each release is also tagged with its version number, like
|
||||||
`v0.24.0`.
|
`v0.24.0`.
|
||||||
|
|
||||||
|
The images changed slightly in that there is no assumption on where
|
||||||
|
the config file is placed. Now you need to pass the docspell config
|
||||||
|
file explicitely when using the images.
|
||||||
|
|
||||||
Multiarch: Images are now build for `amd64`, `arm64` and `armv7`.
|
Multiarch: Images are now build for `amd64`, `arm64` and `armv7`.
|
||||||
|
|
||||||
The consumedir is being replaced by the more generic `docspell/tools`
|
The consumedir is being replaced by the more generic `docspell/tools`
|
||||||
@ -78,7 +82,10 @@ The docker-compose setup is now at `docker/docker-compose`. Please
|
|||||||
look at the new [compose
|
look at the new [compose
|
||||||
file](https://github.com/eikek/docspell/blob/master/docker/docker-compose/docker-compose.yml)
|
file](https://github.com/eikek/docspell/blob/master/docker/docker-compose/docker-compose.yml)
|
||||||
and do the corresponding changes at yours. Especially the consumedir
|
and do the corresponding changes at yours. Especially the consumedir
|
||||||
container changed significantly.
|
container changed significantly. Then due to the fact that the config
|
||||||
|
file must be given explicitely, you need to add this argument to each
|
||||||
|
docspell component (restserver and joex) via a `command` section (see
|
||||||
|
the compose file referenced above).
|
||||||
|
|
||||||
The `.envrc` has been cleaned from some settings. Since the config
|
The `.envrc` has been cleaned from some settings. Since the config
|
||||||
files is mounted into the image, you can just edit this file instead.
|
files is mounted into the image, you can just edit this file instead.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user