mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	adapt compose file for eml parsing
This commit is contained in:
		@@ -11,9 +11,12 @@ services:
 | 
			
		||||
    container_name: gotenberg
 | 
			
		||||
    network_mode: host
 | 
			
		||||
    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-routes=true"
 | 
			
		||||
      - "--chromium-disable-javascript=true"
 | 
			
		||||
      - "--chromium-allow-list=file:///tmp/.*"
 | 
			
		||||
  tika:
 | 
			
		||||
    image: ghcr.io/paperless-ngx/tika:latest
 | 
			
		||||
    hostname: tika
 | 
			
		||||
 
 | 
			
		||||
@@ -87,9 +87,12 @@ services:
 | 
			
		||||
  gotenberg:
 | 
			
		||||
    image: docker.io/gotenberg/gotenberg:7.6
 | 
			
		||||
    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-routes=true"
 | 
			
		||||
      - "--chromium-disable-javascript=true"
 | 
			
		||||
      - "--chromium-allow-list=file:///tmp/.*"
 | 
			
		||||
 | 
			
		||||
  tika:
 | 
			
		||||
    image: ghcr.io/paperless-ngx/tika:latest
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user