Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix mounting of homeserver.yaml when it does not exist on host (#6913) | Sandro | 2020-02-29 | 1 | -2/+1 |
| | | | Signed-off-by: Sandro Jäckel <sandro.jaeckel@gmail.com> | ||||
* | contrib/docker: remove quotes for POSTGRES_INITDB_ARGS (#6984) | Fridtjof Mund | 2020-02-25 | 1 | -1/+1 |
| | | | | | I made a mistake in https://github.com/matrix-org/synapse/pull/6921 - the quotes break the postgres container's startup script (or docker-compose), which makes initdb fail: https://github.com/matrix-org/synapse/pull/6921#issuecomment-590657154 Signed-off-by: Fridtjof Mund <fridtjof@das-labor.org> | ||||
* | contrib/docker: Ensure correct encoding and locale settings on DB creation ↵ | Fridtjof Mund | 2020-02-14 | 1 | -0/+3 |
| | | | | | | (#6921) Signed-off-by: Fridtjof Mund <fridtjof@das-labor.org> | ||||
* | contrib/docker-compose: fixing mount that overrides containers' /etc (#6656) | Fabian Meyer | 2020-01-08 | 1 | -1/+1 |
| | | | | The mount in the form of ./matrix-config:/etc overwrites the contents of the container /etc folder. Since all valid ca certificates are stored in /etc, the synapse.push.httppusher, for example, cannot validate the certificate from matrix.org. | ||||
* | Update docker-compose.yml for a static config file, and update traefik ↵ | przemas75 | 2019-10-18 | 2 | -29/+27 |
| | | | | examples (#6142) | ||||
* | Deprecate the env var way of running the docker image (#5566) | Richard van der Hoff | 2019-06-27 | 1 | -0/+4 |
| | | | | | This is mostly a documentation change, but also adds a default value for SYNAPSE_CONFIG_PATH, so that running from the generated config is the default, and will Just Work provided your config is in the right place. | ||||
* | Update docker-compose.yml (#4282) | jribal | 2019-01-02 | 1 | -1/+1 |
| | | | | | | Hi, the original docker-compose file did not work by default. You get federation port working but no client port. My proposal is to let federation port work as it is by default (8448) and let traefik handle client http/https traffic. | ||||
* | Merge pull request #3778 from z3ntu/patch-1 | Richard van der Hoff | 2018-11-01 | 1 | -2/+4 |
|\ | | | | | Fix build of Docker image with docker-compose | ||||
| * | Fix build of Docker image with docker-compose | Luca Weiss | 2018-09-11 | 1 | -2/+4 |
| | | | | | | | | ... and fix a typo | ||||
* | | Fix typo in docker-compose.yml | Jonas Schürmann | 2018-10-31 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Jonas Schürmann <jonasschuermann@aol.de> | ||||
* | Update README.md | Michael Kaye | 2018-08-03 | 1 | -1/+1 |
| | | | Link to docker/README.md | ||||
* | Refactor docker locations and README. | Michael Kaye | 2018-08-02 | 4 | -422/+2 |
| | | | | This addresses #3224 | ||||
* | [Docker] Build docker image via compose | Benedikt Heine | 2018-07-17 | 2 | -7/+2 |
| | | | | | | | It's much easier to build the image via docker-compose instead of an error-prone low-level docker call. Signed-off-by: Benedikt Heine <bebe@bebehei.de> | ||||
* | light grammar changes | Neil Johnson | 2018-05-17 | 1 | -4/+4 |
| | |||||
* | Note that secrets need to be retained. | Michael Kaye | 2018-05-17 | 1 | -2/+7 |
| | |||||
* | Document macaroon env var correctly | Michael Kaye | 2018-05-17 | 1 | -2/+2 |
| | |||||
* | Make the logging level configurable | kaiyou | 2018-05-01 | 2 | -3/+4 |
| | |||||
* | Fix the documentation about 'POSTGRES_DB' | kaiyou | 2018-05-01 | 1 | -1/+1 |
| | |||||
* | Disable logging to file and rely on the console when using Docker | kaiyou | 2018-02-10 | 1 | -8/+1 |
| | |||||
* | Explicitely provide the postgres password to synapse in the Compose example | kaiyou | 2018-02-10 | 1 | -0/+1 |
| | |||||
* | Remove an accidentally committed test configuration | kaiyou | 2018-02-10 | 1 | -1/+1 |
| | |||||
* | Generate macaroon and registration secrets, then store the results to the ↵ | kaiyou | 2018-02-10 | 2 | -6/+15 |
| | | | | data dir | ||||
* | Fix the path to the log config file | kaiyou | 2018-02-09 | 2 | -2/+2 |
| | |||||
* | Make SYNAPSE_MACAROON_SECRET_KEY a mandatory option | kaiyou | 2018-02-09 | 2 | -3/+4 |
| | |||||
* | Specify the Docker registry for the postgres image | kaiyou | 2018-02-08 | 1 | -1/+1 |
| | |||||
* | Specify the Docker registry in the build tag | kaiyou | 2018-02-08 | 1 | -1/+1 |
| | |||||
* | Make it clear that the image has two modes of operation | kaiyou | 2018-02-08 | 1 | -5/+24 |
| | |||||
* | Enable email server configuration from environment variables | kaiyou | 2018-02-08 | 2 | -16/+24 |
| | |||||
* | Honor the SYNAPSE_REPORT_STATS parameter in the Docker image | kaiyou | 2018-02-08 | 1 | -0/+5 |
| | |||||
* | Disable the Web client in the Docker image | kaiyou | 2018-02-08 | 2 | -4/+3 |
| | |||||
* | Use 'synapse' as a default postgres user in Docker examples | kaiyou | 2018-02-08 | 2 | -3/+3 |
| | |||||
* | Refactor the start script to better handle mandatory parameters | kaiyou | 2018-02-08 | 3 | -24/+35 |
| | |||||
* | Rename the permissions variable to avoid confusion | kaiyou | 2018-02-08 | 1 | -3/+3 |
| | |||||
* | Add some documentation about high performance storage | kaiyou | 2018-02-08 | 1 | -2/+7 |
| | |||||
* | Make it clear that two modes are avaiable in the documentation, improve the ↵ | kaiyou | 2018-02-08 | 2 | -9/+20 |
| | | | | compose file | ||||
* | Support loading application service files from /data/appservices/ | kaiyou | 2018-02-05 | 3 | -2/+18 |
| | |||||
* | Only generate configuration files when necessary | kaiyou | 2018-02-05 | 1 | -5/+7 |
| | |||||
* | Point to the 'latest' tag in the Docker documentation | kaiyou | 2018-02-05 | 2 | -2/+2 |
| | |||||
* | Fix a typo in the Docker README | kaiyou | 2018-02-05 | 1 | -1/+1 |
| | |||||
* | Document the cache factor environment variable for Docker | kaiyou | 2018-02-05 | 1 | -0/+1 |
| | |||||
* | Add dynamic TURN configuration in the Docker image | kaiyou | 2018-02-05 | 2 | -2/+14 |
| | |||||
* | Add dynamic recaptcha configuration in the Docker image | kaiyou | 2018-02-05 | 2 | -0/+11 |
| | |||||
* | Run the server as an unprivileged user | kaiyou | 2018-02-04 | 1 | -4/+7 |
| | |||||
* | Fix multiple typos | kaiyou | 2018-02-04 | 2 | -10/+16 |
| | |||||
* | Update sumperdump Docker readme to match this image properties | kaiyou | 2018-02-04 | 1 | -38/+64 |
| | |||||
* | Remove etc/service files from rob's branch | kaiyou | 2018-02-04 | 3 | -131/+0 |
| | |||||
* | Merge remote-tracking branch 'origin/rob/docker' into feat-dockerfile | kaiyou | 2018-02-04 | 4 | -0/+201 |
| | |||||
* | Reuse environment variables of the postgres container | kaiyou | 2018-02-04 | 2 | -9/+14 |
| | |||||
* | Provide an example docker compose file | kaiyou | 2018-02-04 | 1 | -0/+32 |
| | |||||
* | Support an external postgresql config in the Docker image | kaiyou | 2018-02-04 | 1 | -2/+11 |
| | |||||
* | Generate shared secrets if not defined in the environment | kaiyou | 2018-02-04 | 1 | -4/+11 |
| | |||||
* | Generate any missing keys before starting synapse | kaiyou | 2018-02-04 | 1 | -12/+13 |
| | |||||
* | Allow for a wheel cache and include missing files in the build | kaiyou | 2018-02-04 | 1 | -0/+1 |
| | |||||
* | Add template config files for the Docker image | kaiyou | 2018-02-03 | 2 | -0/+217 |
| | |||||
* | Initial commit including a Dockerfile for synapse | kaiyou | 2018-02-03 | 1 | -0/+29 |