Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

fix(gotenberg): use command flags #1438

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

Tooa
Copy link
Contributor

@Tooa Tooa commented Nov 15, 2021

Description

Gotenberg v7 does not use environment variables anymore, but command's flags. See: https://gotenberg.dev/docs/get-started/docker-compose#modules-properties. Thanks to @gulien for bringing this to my attention here. I'm sorry it took so long.

@jonaswinkler Let me know if you need more information or request a change.

Addresses Issues

Conducted Tests

$ cd docker/compose
$ docker-compose -f docker-compose.sqlite-tika.yml
$ docker-compose -f docker-compose.sqlite-tika.yml run --rm webserver createsuperuser
$ docker-compose -f docker-compose.sqlite-tika.yml up -d
$ cp test.pdf ./consume

paperless

Logs

@Tooa
Copy link
Contributor Author

Tooa commented Nov 15, 2021

Looks like something is odd with the ansible role. @C0nsultant Could you please take a look?

ERROR    Computed fully qualified role name of C0nsultant.ansible does not follow current galaxy requirements.
Please edit meta/main.yml and assure we can correctly determine full role name:

galaxy_info:
Traceback (most recent call last):
role_name: my_name  # if absent directory name hosting role is used instead
namespace: my_galaxy_namespace  # if absent, author is used instead
  File "/opt/hostedtoolcache/Python/3.10.0/x64/bin/molecule", line 8, in <module>

Gotenberg v7 does not use environment variables anymore, but command's flags.

See: https://gotenberg.dev/docs/get-started/docker-compose#modules-properties
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant