haproxy/docker-compose.yml
Torma Kristóf 9f3347ca9c
All checks were successful
continuous-integration/drone/push Build is passing
Add 'docker-compose.yml'
2021-04-27 15:07:30 +02:00

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"