Add 'docker-compose.yml'
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2021-04-27 15:07:30 +02:00
parent 5d59b2350f
commit 9f3347ca9c
1 changed files with 8 additions and 0 deletions

8
docker-compose.yml Normal file
View File

@ -0,0 +1,8 @@
version: "3.9"
services:
kmlabz-haproxy:
image: registry.kmlabz.com/birbnetes/haproxy:latest
ports:
- "8069:80"
- "8070:81"
- "1883:1883"