Skip to content
Snippets Groups Projects
Commit d3958dce authored by void's avatar void
Browse files

replace domain with variable

parent 8d5eb756
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ services: ...@@ -8,7 +8,7 @@ services:
depends_on: depends_on:
- db - db
environment: environment:
CMD_DOMAIN: "md.warpzone.ms" CMD_DOMAIN: "{{ domain }}"
CMD_PROTOCOL_USESSL: "true" CMD_PROTOCOL_USESSL: "true"
CMD_URL_ADDPORT: "false" CMD_URL_ADDPORT: "false"
CMD_DB_URL: "mysql://hackmd:{{ mysql_user_pass }}@db:3306/hackmd" CMD_DB_URL: "mysql://hackmd:{{ mysql_user_pass }}@db:3306/hackmd"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment