Hedgedoc: Serve assets through HTTPS and not plain HTTP.

This commit is contained in:
Viyurz 2024-02-17 19:37:54 +01:00
parent 2cf429ab16
commit 449dcb61ed

View file

@ -13,6 +13,7 @@ services:
- DB_PASS={{ hedgedoc_secrets['mysql_root_password'] }}
- DB_NAME=hedgedoc
- CMD_DOMAIN=hedgedoc.{{ domain }}
- CMD_PROTOCOL_USESSL=true
ports:
- {{ ports['hedgedoc'] }}:3000
volumes: