10 lines
268 B
YAML
10 lines
268 B
YAML
|
services:
|
||
|
haproxy-build:
|
||
|
image: "haproxy:${HAPROXY_VERSION}"
|
||
|
profiles: ["build"]
|
||
|
build:
|
||
|
context: "build-context/haproxy"
|
||
|
dockerfile: Dockerfile
|
||
|
args:
|
||
|
HAPROXY_VERSION: "${HAPROXY_VERSION}"
|