chore(deps): update ghcr.io/paperless-ngx/paperless-ngx docker tag to v2 (#1716)

* chore(deps): update ghcr.io/paperless-ngx/paperless-ngx docker tag to v2

* Update app version [ready]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tipi CI <ci@runtipi.io>
This commit is contained in:
renovate[bot] 2023-11-30 20:47:15 +01:00 committed by GitHub
parent ea15502b58
commit 11fc56944c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 4 deletions

View File

@ -5,8 +5,8 @@
"exposable": true, "exposable": true,
"port": 8012, "port": 8012,
"id": "paperless-ngx", "id": "paperless-ngx",
"tipi_version": 5, "tipi_version": 6,
"version": "1.17", "version": "2.0",
"categories": [ "categories": [
"utilities" "utilities"
], ],
@ -51,5 +51,8 @@
"env_variable": "PAPERLESS_TIKA_ENABLED" "env_variable": "PAPERLESS_TIKA_ENABLED"
} }
], ],
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"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:1.17 image: ghcr.io/paperless-ngx/paperless-ngx:2.0
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
- db - db