Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 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 | 1 | -108/+2 |
| | | | | This addresses #3224 | ||||
* | [Docker] Build docker image via compose | Benedikt Heine | 2018-07-17 | 1 | -7/+1 |
| | | | | | | | 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 |
| | |||||
* | Fix the documentation about 'POSTGRES_DB' | kaiyou | 2018-05-01 | 1 | -1/+1 |
| | |||||
* | Make SYNAPSE_MACAROON_SECRET_KEY a mandatory option | kaiyou | 2018-02-09 | 1 | -1/+2 |
| | |||||
* | 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 | 1 | -0/+7 |
| | |||||
* | Disable the Web client in the Docker image | kaiyou | 2018-02-08 | 1 | -1/+0 |
| | |||||
* | Refactor the start script to better handle mandatory parameters | kaiyou | 2018-02-08 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -7/+10 |
| | | | | compose file | ||||
* | Support loading application service files from /data/appservices/ | kaiyou | 2018-02-05 | 1 | -1/+6 |
| | |||||
* | Point to the 'latest' tag in the Docker documentation | kaiyou | 2018-02-05 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -2/+5 |
| | |||||
* | Add dynamic recaptcha configuration in the Docker image | kaiyou | 2018-02-05 | 1 | -0/+4 |
| | |||||
* | Fix multiple typos | kaiyou | 2018-02-04 | 1 | -7/+12 |
| | |||||
* | Update sumperdump Docker readme to match this image properties | kaiyou | 2018-02-04 | 1 | -38/+64 |
| | |||||
* | Merge remote-tracking branch 'origin/rob/docker' into feat-dockerfile | kaiyou | 2018-02-04 | 1 | -0/+70 |