소스 검색

update matrix envvars

Josh Bicking 5 년 전
부모
커밋
096f64f771
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      templates/web/compose/docker-compose.yaml

+ 3 - 0
templates/web/compose/docker-compose.yaml

@@ -105,6 +105,9 @@ services:
     links:
       - postgres
     environment:
+      # NOTE: These don't directly configure anything anymore.
+      #  They can be used with `migrate_config` to build
+      #  homeserver.yaml
       - SYNAPSE_SERVER_NAME=matrix.jibby.org
       - SYNAPSE_REPORT_STATS=no
       - SYNAPSE_NO_TLS=true