haproxy/docker-compose.override.yml

11 lines
343 B
YAML
Raw Permalink Normal View History

2023-06-20 23:49:32 +02:00
services:
haproxy-build:
image: "haproxy:${HAPROXY_VERSION}"
profiles: ["build"]
build:
context: "build-context/haproxy"
dockerfile: Dockerfile
args:
EXAMPLE_ARG_FOR_DOCKERFILE: "${EXAMPLE_ARG_FROM_ENV_FILE}"
HAPROXY_VERSION: "${HAPROXY_VERSION}"