2023-05-17 01:40:25 +02:00
|
|
|
services:
|
|
|
|
paperless_ngx-build:
|
2023-05-18 02:06:33 +02:00
|
|
|
image: "docker.io/library/postgres:${PGSQL_VERSION}"
|
2023-05-17 01:40:25 +02:00
|
|
|
profiles: ["build"]
|
|
|
|
build:
|
2023-05-18 02:06:33 +02:00
|
|
|
context: "build-context"
|
2023-05-17 01:40:25 +02:00
|
|
|
dockerfile: Dockerfile
|
|
|
|
args:
|
2023-05-18 02:06:33 +02:00
|
|
|
PGSQL_VERSION: "${PGSQL_VERSION}"
|