9 lines
166 B
YAML
9 lines
166 B
YAML
|
version: "3.9"
|
||
|
services:
|
||
|
kmlabz-haproxy:
|
||
|
image: registry.kmlabz.com/birbnetes/haproxy:latest
|
||
|
ports:
|
||
|
- "8069:80"
|
||
|
- "8070:81"
|
||
|
- "1883:1883"
|