Gotenberg not allows

Hi!

Bei dem Versuch das Bonusmaterial umzusetzen, kam die Fehlermeldung „services.webserver Additional property gotenberg is not allowed“.

Der Text, den ich bei Visual Studio Code eingegeben habe ist:

environment:
  PAPERLESS_REDIS: redis://broker:6379
  PAPERLESS_DBHOST: db
  PAPERLESS_TIKA_ENABLED: 1
  PAPERLESS_TIKA_GOTENBERG_ENDPOINT: http://gotenberg:3000
  PAPERLESS_TIKA_ENDPOINT: http://tika:9998

gotenberg:
  image: docker.io/gotenberg/gotenberg:7.8
  restart: unless-stopped

  # The gotenberg chromium route is used to convert .eml files. We do not
  # want to allow external content like tracking pixels or even javascript.
  command:
  - "gotenberg"
  - "--chromium-disable-javascript=true"
  - "--chromium-allow-list=file:///tmp/.*"

  tika:
  image: ghrc.io/paperless/tika:latest
  restart: unless-stopped

Bin gespannt, wer helfen kann.

Liebe Grüße!