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