containers/paperless_ngx/docker-compose.override.yml

11 lines
379 B
YAML
Raw Normal View History

2023-05-17 01:40:25 +02:00
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}"