version: '3.4'
services:
http-echo:
image: mendhak/http-https-echo:latest
expose:
- 8080
environment:
- VIRTUAL_PORT=8080
- VIRTUAL_HOST=${HOST}