Update to 2.3.3

This commit is contained in:
Daniel Berteaud 2024-01-11 15:51:06 +01:00
parent b878314082
commit 49915ad8fa
4 changed files with 11 additions and 13 deletions

View File

@ -2,7 +2,7 @@
FROM python:3.11-alpine AS builder
ARG PAPERLESS_VERSION=2.3.2
ARG PAPERLESS_VERSION=2.3.3
WORKDIR /opt

View File

@ -71,7 +71,7 @@ job "paperless" {
}
env {
SERVICE_0 = "postgres.service.consul"
SERVICE_0 = "master.postgres.service.consul"
}
resources {
@ -82,10 +82,7 @@ job "paperless" {
}
# vim: syntax=hcl
# This is a generic, small and reusable redis task
# It provides no data persistance
# Local redis instance
task "redis" {
driver = "docker"
user = 6379
@ -98,6 +95,7 @@ job "paperless" {
config {
image = "redis:alpine"
readonly_rootfs = true
force_pull = true
args = ["/local/redis.conf"]
}
@ -124,7 +122,7 @@ _EOT
driver = "docker"
config {
image = "danielberteaud/paperless-ngx:2.3.2-1"
image = "danielberteaud/paperless-ngx:2.3.3-1"
readonly_rootfs = true
pids_limit = 200
}
@ -191,7 +189,7 @@ _EOT
}
config {
image = "danielberteaud/paperless-ngx:2.3.2-1"
image = "danielberteaud/paperless-ngx:2.3.3-1"
readonly_rootfs = true
pids_limit = 100
}
@ -258,7 +256,7 @@ _EOT
}
config {
image = "danielberteaud/paperless-ngx:2.3.2-1"
image = "danielberteaud/paperless-ngx:2.3.3-1"
readonly_rootfs = true
pids_limit = 100
}
@ -325,7 +323,7 @@ _EOT
}
config {
image = "danielberteaud/paperless-ngx:2.3.2-1"
image = "danielberteaud/paperless-ngx:2.3.3-1"
readonly_rootfs = true
pids_limit = 300
}

View File

@ -2,7 +2,7 @@
FROM python:3.11-alpine AS builder
ARG PAPERLESS_VERSION=2.3.2
ARG PAPERLESS_VERSION=2.3.3
WORKDIR /opt

View File

@ -28,13 +28,13 @@ paperless:
PAPERLESS_TRUSTED_PROXIES: 127.0.0.1
wait_for:
- service: postgres[[ .consul.suffix ]]
- service: master.postgres[[ .consul.suffix ]]
# This is the main task
webserver:
# The Docker image to use
image: '[[ .docker.repo ]]paperless-ngx:2.3.2-1'
image: '[[ .docker.repo ]]paperless-ngx:2.3.3-1'
# Env vars to set in the container
env: {}