Handles supervisor in a better way

This commit is contained in:
Trenton H 2024-10-14 13:56:49 -07:00
parent e452edb9b7
commit 6925608634
2 changed files with 5 additions and 1 deletions

View File

@ -86,7 +86,7 @@ COPY ./docker/rootfs /
# Purpose: The final image # Purpose: The final image
# Comments: # Comments:
# - Don't leave anything extra in here # - Don't leave anything extra in here
FROM s6-overlay-base AS main-app FROM ghcr.io/astral-sh/uv:python3.12-bookworm-slim AS main-app
LABEL org.opencontainers.image.authors="paperless-ngx team <hello@paperless-ngx.com>" LABEL org.opencontainers.image.authors="paperless-ngx team <hello@paperless-ngx.com>"
LABEL org.opencontainers.image.documentation="https://docs.paperless-ngx.com/" LABEL org.opencontainers.image.documentation="https://docs.paperless-ngx.com/"

View File

@ -69,6 +69,10 @@ dependencies = [
"granian>=1.7.6", "granian>=1.7.6",
] ]
optional-dependencies.supervisor = [
"supervisor==4.2.5",
]
[tool.uv] [tool.uv]
package = false package = false
dev-dependencies = [ dev-dependencies = [