1
0
Fork 0
docker-easy-haproxy/examples/docker/docker-compose-portainer-app-example.yml
2022-08-21 00:40:08 +00:00

17 lines
346 B
YAML

version: "3"
services:
container:
image: byjg/static-httpserver
labels:
easyhaproxy.http.redirect_ssl: true
easyhaproxy.http.host: test.xpto.us
easyhaproxy.http.port: 80
easyhaproxy.http.localport: 8080
easyhaproxy.http.letsencrypt: true
networks:
default:
name: easyhaproxy
external: true