pygmystack / pygmy

the pygmy stack is a container stack for local development
MIT License
25 stars 13 forks source link

Request for example pygmy https integration #66

Closed fubarhouse closed 4 years ago

fubarhouse commented 4 years ago

Background

A popular request is to run pygmy on https (443) which is currently supported out of the box however requires minimal effort to get it going. Port 443 is disabled by default with this software application, so simply switching from port 80 to 443 would be suitable.

Implementation

Docker

docker run -d -p 443:443 --volume=/var/run/docker.sock:/tmp/docker.sock --restart=always --name=amazeeio-haproxy amazeeio/haproxy

Variables

n/a

Volumes

n/a

fubarhouse commented 4 years ago

Services

  amazeeio-haproxy:
    Config:
      PortBindings:
        443/tcp:
        - HostPort: 443