How to design, implement, and deploy GraphQL-based APIs on the AWS cloud How to use The easiest way is to use Docker Compose and define the bridged network there. version: '2' services: proxy: image: sashee/letsencrypt-proxy-docker ports: - "80:80" - "443:443" depends_on: - angular networks: - proxy environment: # Set your host #- HOST=<yourhost> - PORT=80 # Set your email #- EMAIL=<your email> #