31 Commits

Author SHA1 Message Date
Trenton H
86938cd6ac Use docker compose to start and stop containers which match directly to our command overrides 2022-11-29 20:11:40 -08:00
Trenton H
fbce827583 Merge branch 'dev' into beta 2022-11-09 13:51:10 -08:00
Trenton Holmes
6b93eab4d6 Updates Gotenberg container to the latest 2022-10-09 17:55:09 -07:00
Michael Shamoon
c37153c44c Mariadb compose files should use PAPERLESS_DBPASS 2022-09-28 09:38:13 -07:00
Trenton Holmes
0474221b21 Merge branch 'main' into beta 2022-09-11 15:12:54 -07:00
Trenton Holmes
810d82eb80 Fully qualifies the image and updates to Redis 7 2022-09-11 07:42:20 -07:00
Brian Kelly
4e48d9bdec correct the mariadb volume data path 2022-09-11 07:40:32 -07:00
Brian Kelly
0b1ba0603a set paperless db user 2022-09-11 07:40:32 -07:00
Brian Kelly
32e1dc7778 remove debug image reference 2022-09-11 07:40:32 -07:00
Brian Kelly
14cd50a8c3 rebase mariadb feature onto dev 2022-09-11 07:40:31 -07:00
viktor-c
77bd899f34 Info about installing on subpath (#1350)
* Update docker-compose.env

* Update configuration.rst

example.com/paperless is not a subdomain, but a subpath. Also when hosting from a subdomain like paperless.example.com one does not have to change anything in the configuration, it just works, because paperless expects to be hosted at root, i.e. paperless.example.com
This however changes when paperless is not hosted at root anymore but for example at paperless.example.com/paperlessNgx

* Update docker-compose.env

* Apply suggestions from code review

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2022-08-31 16:36:13 -07:00
Felix Eckhofer
16ff500f0d Use redis image tag :7 2022-08-18 11:47:47 +02:00
Sven Lankes
bd7c6b0736 We want gotenberg 7.4 and not pin to 7.4.4 2022-05-31 09:48:01 +02:00
Sven Lankes
20204b4e8d use qualified hostnames for images stored on docker.io 2022-05-29 13:50:58 +02:00
Michael Shamoon
ac4595ec56 Add timeout to healthcheck 2022-05-04 18:58:58 -07:00
Quinn Casey
69267b286f Update Gotenberg to 7.4 2022-05-02 09:16:42 -07:00
Quinn Casey
32ac14ac0a Update Tika documentation 2022-05-02 09:02:29 -07:00
Quinn Casey
2afdb937c2 Use our arm compatible tika container 2022-05-02 08:23:04 -07:00
Quinn Casey
4a82314384 Fix gotenberg image 2022-04-13 08:16:35 -07:00
Michael Shamoon
eb7cc30394 add PAPERLESS_URL env variable for CSRF 2022-04-08 00:27:53 -07:00
Jan-Hendrik Ewers
617c60a681 Add arm64 compatible docker-compose for sqlite-tika - resubmission of #27 (#479)
* Create arm variant for sqlite-tika as apache/tika does not support arm64 arch right now

https://github.com/jonaswinkler/paperless-ng/discussions/1256

* Update documentation to explain why there is a seemingly duplicated docker-compose file

* Add caveat about arm arch

* Update docs to encourage use of the new docker-compose

* Remove whitespace

https://github.com/jonaswinkler/paperless-ng/pull/1354/checks?check_run_id=3756807426

* Update docker container to use official ngx

Co-authored-by: Quinn Casey <quinn@quinncasey.com>

* doesn -> does not

* Update docker/compose/docker-compose.postgres-tika.yml

Co-authored-by: Jan-Hendrik Ewers <jh.ewers@gmail.com>

* Update docker/compose/docker-compose.sqlite-tika.arm.yml

Co-authored-by: Jan-Hendrik Ewers <jh.ewers@gmail.com>

* Update docker/compose/docker-compose.sqlite-tika.yml

Co-authored-by: Jan-Hendrik Ewers <jh.ewers@gmail.com>

* Update docker/compose/docker-compose.sqlite-tika.arm.yml

* Update docker-compose.sqlite-tika.arm.yml

* Update docker/compose/docker-compose.sqlite-tika.arm.yml

Co-authored-by: Jan-Hendrik Ewers <jh.ewers@gmail.com>

* Add redisdata to volumes

Co-authored-by: Quinn Casey <quinn@quinncasey.com>
2022-03-25 06:32:16 +07:00
Felix E
a378265dc8 Merge pull request #35 from Tooa/1250-gotenberg-follow-up
fix(gotenberg): use command flags
2022-03-19 11:03:32 +01:00
Tooa
18f97b8f59 fix(gotenberg): use command flags
Gotenberg v7 does not use environment variables anymore, but command's flags.

See: https://gotenberg.dev/docs/get-started/docker-compose#modules-properties
2022-03-13 07:40:31 +01:00
Stéphane Brunner
bb8493e1f3 Use the image on ghcr.io (#104) 2022-03-02 15:49:50 +01:00
Quinn Casey
8e758ef279 Add back line break (curse you gitlens) 2022-02-22 10:09:34 -08:00
Quinn Casey
ff36d37be6 Use a named volume for broker 2022-02-22 10:01:09 -08:00
Uli Fahrer
3ea164e4d2 fix(tika): adapt to Gotenberg 7 API
This commit adapts to the latest breaking changes from Gotenberg 7.
It also freezes the usage of the Gotenberg server to v7.x. Doing
this prevents further breaking changes leaking in our code base.

* refs #1250
2021-08-27 08:32:16 +02:00
Michael Lynch
96738277d9 Normalize whitespace in source files
Ensure that no source files have trailing whitespace at end of lines and ensure that all files end with a single trailing newline.

This also adds Github Actions to enforce whitespace conventions.
2021-06-13 10:57:40 -04:00
Lukasz Knop
6ea4055877 disabled unnecessary overrides, copied variable comments 2021-04-11 21:48:50 +02:00
Lukasz Knop
91abf68708 add single compose file for usage in portainer environments 2021-04-11 15:16:04 +02:00
jonaswinkler
244775c264 update docker compose files and documentation #339 2021-01-14 12:59:39 +01:00