11 lines
379 B
YAML
11 lines
379 B
YAML
|
services:
|
||
|
paperless_ngx-build:
|
||
|
image: "paperless_ngx:${PAPERLESS_NGX_VERSION}"
|
||
|
profiles: ["build"]
|
||
|
build:
|
||
|
context: "build-context/paperless_ngx"
|
||
|
dockerfile: Dockerfile
|
||
|
args:
|
||
|
EXAMPLE_ARG_FOR_DOCKERFILE: "${EXAMPLE_ARG_FROM_ENV_FILE}"
|
||
|
PAPERLESS_NGX_VERSION: "${PAPERLESS_NGX_VERSION}"
|