Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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> | ||||
* | [Docker] Build docker image via compose | Benedikt Heine | 2018-07-17 | 1 | -0/+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> | ||||
* | Make the logging level configurable | kaiyou | 2018-05-01 | 1 | -0/+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 | 1 | -1/+1 |
| | | | | data dir | ||||
* | Specify the Docker registry for the postgres image | kaiyou | 2018-02-08 | 1 | -1/+1 |
| | |||||
* | Use 'synapse' as a default postgres user in Docker examples | kaiyou | 2018-02-08 | 1 | -1/+1 |
| | |||||
* | Refactor the start script to better handle mandatory parameters | kaiyou | 2018-02-08 | 1 | -0/+1 |
| | |||||
* | Make it clear that two modes are avaiable in the documentation, improve the ↵ | kaiyou | 2018-02-08 | 1 | -2/+10 |
| | | | | compose file | ||||
* | Point to the 'latest' tag in the Docker documentation | kaiyou | 2018-02-05 | 1 | -1/+1 |
| | |||||
* | Fix multiple typos | kaiyou | 2018-02-04 | 1 | -3/+4 |
| | |||||
* | Reuse environment variables of the postgres container | kaiyou | 2018-02-04 | 1 | -3/+8 |
| | |||||
* | Provide an example docker compose file | kaiyou | 2018-02-04 | 1 | -0/+32 |