Add HTTPS to URLs
This commit is contained in:
parent
fce7bd6f2a
commit
3d1c2b2252
1 changed files with 2 additions and 1 deletions
|
@ -237,8 +237,9 @@
|
||||||
restart_policy: unless-stopped
|
restart_policy: unless-stopped
|
||||||
env:
|
env:
|
||||||
NODE_ENV: "production"
|
NODE_ENV: "production"
|
||||||
|
CMD_PROTOCOL_USESSL: "true"
|
||||||
CMD_DOMAIN: "pad.n39.eu"
|
CMD_DOMAIN: "pad.n39.eu"
|
||||||
CMD_URL_ADDPORT: "true"
|
CMD_URL_ADDPORT: "false"
|
||||||
CMD_DB_HOST: "hedgedocdb"
|
CMD_DB_HOST: "hedgedocdb"
|
||||||
CMD_DB_PORT: "5432"
|
CMD_DB_PORT: "5432"
|
||||||
CMD_DB_DIALECT: "postgres"
|
CMD_DB_DIALECT: "postgres"
|
||||||
|
|
Loading…
Reference in a new issue