appwrite/traefik.yml

13 lines
399 B
YAML
Raw Normal View History

2020-02-25 07:55:55 +00:00
tls:
certificates:
- certFile: /certs/default.crt
keyFile: /certs/default.key
2020-02-25 07:59:58 +00:00
- certFile: /storage/certificates/cert.pem
keyFile: /storage/certificates/privkey.pem
2020-02-25 07:55:55 +00:00
# tls:
# certificates:
# - certFile: /path/to/domain.cert
# keyFile: /path/to/domain.key
# - certFile: /path/to/other-domain.cert
# keyFile: /path/to/other-domain.key