Skip to content

office documents are not converted (docx/doc ...) #6419

Closed Locked Answered by tollkin71
tollkin71 asked this question in Support
Discussion options

You must be logged in to vote

for completness, this yaml is now working THX for your support!!!

version: "3.4"

networks:
  internal:
    external: false

services:
  broker:
    image: redis:7
    restart: always
    volumes:
      - /volume2/docker/paperedis:/data
    networks:
      - internal

  db: 
    image: postgres:15
    restart: always
    volumes:
      - /volume2/docker/paperdb:/var/lib/postgresql/data
    environment:
      POSTGRES_DB: paperless
      POSTGRES_USER: paperless
      POSTGRES_PASSWORD: paperless
    ports:
      - 5433:5432
    networks:
      - internal

  webserver:
    image: paperlessngx/paperless-ngx:latest
    restart: always
    depends_on:
      - db
      - broker
      - gotenbe…

Replies: 7 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@sjuerges
Comment options

@sjuerges
Comment options

@stumpylog
Comment options

@tollkin71
Comment options

Comment options

You must be logged in to vote
1 reply
@stumpylog
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by stumpylog
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants