Commit Graph

32 Commits

Author SHA1 Message Date
463450ce67 Update postgres Docker tag to v15.2 2023-02-11 00:52:12 +00:00
15661190fa Update postgres Docker tag to v15.1 2022-11-11 04:05:56 +00:00
df75fbddcd Allow to convert html->pdf via weasyprint 2022-11-07 10:31:25 +01:00
f8f3399355 Update postgres Docker tag to v15 2022-10-15 11:09:10 +00:00
ef6fb606d3 Update postgres Docker tag to v14.5 2022-08-12 02:49:15 +00:00
56d02cfae5 Update dependency postgres to v14.4 2022-06-22 06:07:57 +00:00
ed2addb77c Remove settings from docker-compose regarding db migrations
This was done to avoid running them on restserver as the image
contained a broken zlib package. (#1517)
2022-06-04 23:17:38 +02:00
5cd5ba46af Another try fixing the zlib issue in docker images
zlib 1.2.12-r0 is not working with openjdk, it affects the checksum
calculation of the db migrations. It must be at least 1.2.12-r1. For
some reason joex has this newer version, but the restserver image not.
They are installed explicitely now on both images.

That's why the migration is now disabled on rest-server in the
docker-compose file. It is ok if this is run on one server. It can now
happen that on first start joex is migrating the db and the restserver
tries to do things that don't work yet - it is a corner case. This is
removed with the next version.

Refs: #1517
2022-05-25 23:49:58 +02:00
004daf96a2 Docker: Add db container as dependencies in compose file 2022-05-22 17:43:47 +02:00
e0f13352a4 Add more default docker settings
Some more common settings are added to apply changes more
conveniently.

Refs: #1530
Refs: #1551
2022-05-21 20:26:32 +02:00
d6a2ca48ca Adopt docker setup for addons (opt-in) 2022-05-21 00:44:17 +02:00
d077cc30cd Update dependency postgres to v14.3 2022-05-18 04:48:49 +00:00
e04a76faa4 Update dependency solr to v9 2022-05-14 02:56:45 +00:00
df72090f4b Fixed typo
The missing dash resulted in solr sending a DNS query each minute that returned NxDomain.
In my case they looked like this: "f.base.domain" with base.domain being the base domain set for local DNS.
2022-02-13 20:11:41 +01:00
e048b3c686 Update postgres Docker tag to v14.2 2022-02-12 03:13:56 +00:00
3841b4aadd Add missing timezone to docker container
Closes: #1234
2022-01-13 20:06:53 +01:00
f1fbfac60b Exclude hidden files in consumedir (docker-compose example)
Many systems use filenames starting with a dot as hidden.
2021-12-18 13:21:54 +01:00
93a828720c Merge remote-tracking branch 'origin/current-docs' 2021-12-11 00:01:47 +01:00
8d2e597d56 Some documentation corrections 2021-11-22 12:49:29 +01:00
79c64f957d Remove extended memory setting in docker-compose 2021-11-19 22:22:32 +01:00
13f28f753a Use an internal url for the rest server to register for messages 2021-11-17 21:27:26 +01:00
927c3dfac9 Merge branch 'current-docs' 2021-11-12 22:30:39 +01:00
a1bf3957ba Change docker-compose to use env vars 2021-11-12 22:29:06 +01:00
af1bf346d9 Update postgres Docker tag to v14.1 2021-11-12 02:52:51 +00:00
e4667116fd Update postgres Docker tag to v14 2021-10-01 01:56:36 +00:00
f74624485f Allow to manage passwords for a collective 2021-09-30 10:35:38 +02:00
93981fe869 Update postgres Docker tag to v13.4 2021-08-12 21:27:18 +00:00
860e146bf0 Use latest dsc instead of nightly 2021-07-30 16:46:47 +02:00
96adde7172 Use the dsc tool for the consumedir docker container 2021-07-29 01:48:23 +02:00
73b86e00f0 Provide admin endpoint section in the config by docker setup 2021-07-07 21:24:59 +02:00
180b8b3969 Fix solr url in docspell.conf for the docker setup 2021-07-07 21:20:57 +02:00
b122d9eab0 Rework docker setup 2021-05-31 14:32:37 +02:00