summary refs log tree commit diff
path: root/contrib/docker/docker-compose.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update postgres in the Docker compose example to 12-alpine. (#7696)lub2020-06-171-1/+1
|
* Fix mounting of homeserver.yaml when it does not exist on host (#6913)Sandro2020-02-291-2/+1
| | | Signed-off-by: Sandro Jäckel <sandro.jaeckel@gmail.com>
* contrib/docker: remove quotes for POSTGRES_INITDB_ARGS (#6984)Fridtjof Mund2020-02-251-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 Mund2020-02-141-0/+3
| | | | | | (#6921) Signed-off-by: Fridtjof Mund <fridtjof@das-labor.org>
* contrib/docker-compose: fixing mount that overrides containers' /etc (#6656)Fabian Meyer2020-01-081-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 ↵przemas752019-10-181-5/+16
| | | | examples (#6142)
* Update docker-compose.yml (#4282)jribal2019-01-021-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-1Richard van der Hoff2018-11-011-2/+4
|\ | | | | Fix build of Docker image with docker-compose
| * Fix build of Docker image with docker-composeLuca Weiss2018-09-111-2/+4
| | | | | | | | ... and fix a typo
* | Fix typo in docker-compose.ymlJonas Schürmann2018-10-311-1/+1
|/ | | | Signed-off-by: Jonas Schürmann <jonasschuermann@aol.de>
* [Docker] Build docker image via composeBenedikt Heine2018-07-171-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 configurablekaiyou2018-05-011-0/+1
|
* Explicitely provide the postgres password to synapse in the Compose examplekaiyou2018-02-101-0/+1
|
* Remove an accidentally committed test configurationkaiyou2018-02-101-1/+1
|
* Generate macaroon and registration secrets, then store the results to the ↵kaiyou2018-02-101-1/+1
| | | | data dir
* Specify the Docker registry for the postgres imagekaiyou2018-02-081-1/+1
|
* Use 'synapse' as a default postgres user in Docker exampleskaiyou2018-02-081-1/+1
|
* Refactor the start script to better handle mandatory parameterskaiyou2018-02-081-0/+1
|
* Make it clear that two modes are avaiable in the documentation, improve the ↵kaiyou2018-02-081-2/+10
| | | | compose file
* Point to the 'latest' tag in the Docker documentationkaiyou2018-02-051-1/+1
|
* Fix multiple typoskaiyou2018-02-041-3/+4
|
* Reuse environment variables of the postgres containerkaiyou2018-02-041-3/+8
|
* Provide an example docker compose filekaiyou2018-02-041-0/+32