ssl
(OPTIONAL)
Make your application available using a custom domain via HTTPS and a free SSL certificate from letsencrypt.org.
Make sure your domain points to our loadbalancer, then set the ssl flag in your sloppy.yml:
ssl: true
The certificate will be automatically renewed after 2 months.
Example:
version: "v1"
project: "ymlftw"
services:
frontend:
apache:
image: "sloppy/apache-php"
instances: 1
mem: 128
domain: "mydomain.com"
ssl: true
port: 80
env:
- MESSAGE: "changed"