Add HTTPS to URLs

This commit is contained in:
Stefan Haun 2022-06-28 21:43:26 +02:00
parent fce7bd6f2a
commit 3d1c2b2252

View file

@ -237,8 +237,9 @@
restart_policy: unless-stopped
env:
NODE_ENV: "production"
CMD_PROTOCOL_USESSL: "true"
CMD_DOMAIN: "pad.n39.eu"
CMD_URL_ADDPORT: "true"
CMD_URL_ADDPORT: "false"
CMD_DB_HOST: "hedgedocdb"
CMD_DB_PORT: "5432"
CMD_DB_DIALECT: "postgres"