mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Handles supervisor in a better way
This commit is contained in:
parent
e452edb9b7
commit
6925608634
@ -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/"
|
||||||
|
@ -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 = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user