services: paperless_ngx-build: image: "docker.io/library/postgres:${PGSQL_VERSION}" profiles: ["build"] build: context: "build-context" dockerfile: Dockerfile args: PGSQL_VERSION: "${PGSQL_VERSION}"