containers/paperless_ngx/docker-compose.override.yml

10 lines
279 B
YAML
Raw Normal View History

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