appwrite/traefik.yml

13 lines
404 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 08:40:28 +00:00
- certFile: /storage/certificates/fullchain.pem
2020-02-25 07:59:58 +00:00
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