This commit is contained in:
Nicolas Meienberger 2024-05-19 14:01:56 +02:00
commit 511b5e4ab7
2 changed files with 5 additions and 10 deletions

View File

@ -5,11 +5,9 @@
"exposable": true, "exposable": true,
"port": 8012, "port": 8012,
"id": "paperless-ngx", "id": "paperless-ngx",
"tipi_version": 33, "tipi_version": 35,
"version": "2.8.3", "version": "2.8.6",
"categories": [ "categories": ["utilities"],
"utilities"
],
"description": "Paperless-ngx is a community-supported open-source document management system that transforms your physical documents into a searchable online archive so you can keep, well, less paper.", "description": "Paperless-ngx is a community-supported open-source document management system that transforms your physical documents into a searchable online archive so you can keep, well, less paper.",
"short_desc": "Document Management System (DMS)", "short_desc": "Document Management System (DMS)",
"author": "Daniel Quinn, Jonas Winkler, and the Paperless-ngx team", "author": "Daniel Quinn, Jonas Winkler, and the Paperless-ngx team",
@ -51,8 +49,5 @@
"env_variable": "PAPERLESS_TIKA_ENABLED" "env_variable": "PAPERLESS_TIKA_ENABLED"
} }
], ],
"supported_architectures": [ "supported_architectures": ["arm64", "amd64"]
"arm64",
"amd64"
]
} }

View File

@ -2,7 +2,7 @@ version: '3.7'
services: services:
paperless-ngx: paperless-ngx:
container_name: paperless-ngx container_name: paperless-ngx
image: ghcr.io/paperless-ngx/paperless-ngx:2.8.3 image: ghcr.io/paperless-ngx/paperless-ngx:2.8.6
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
- db - db