summary refs log tree commit diff
path: root/contrib/docker (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improve Docker docs for use with Postgres (#11640)Callum Macdonald2022-01-051-0/+1
* Fix some links in `docs` and `contrib` (#10370)Dirk Klimpel2021-07-131-1/+1
* 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
* contrib/docker: remove quotes for POSTGRES_INITDB_ARGS (#6984)Fridtjof Mund2020-02-251-1/+1
* contrib/docker: Ensure correct encoding and locale settings on DB creation (#...Fridtjof Mund2020-02-141-0/+3
* contrib/docker-compose: fixing mount that overrides containers' /etc (#6656)Fabian Meyer2020-01-081-1/+1
* Update docker-compose.yml for a static config file, and update traefik exampl...przemas752019-10-182-29/+27
* Deprecate the env var way of running the docker image (#5566)Richard van der Hoff2019-06-271-0/+4
* Update docker-compose.yml (#4282)jribal2019-01-021-1/+1
* Merge pull request #3778 from z3ntu/patch-1Richard van der Hoff2018-11-011-2/+4
|\
| * Fix build of Docker image with docker-composeLuca Weiss2018-09-111-2/+4
* | Fix typo in docker-compose.ymlJonas Schürmann2018-10-311-1/+1
|/
* Update README.mdMichael Kaye2018-08-031-1/+1
* Refactor docker locations and README.Michael Kaye2018-08-024-422/+2
* [Docker] Build docker image via composeBenedikt Heine2018-07-172-7/+2
* light grammar changesNeil Johnson2018-05-171-4/+4
* Note that secrets need to be retained.Michael Kaye2018-05-171-2/+7
* Document macaroon env var correctlyMichael Kaye2018-05-171-2/+2
* Make the logging level configurablekaiyou2018-05-012-3/+4
* Fix the documentation about 'POSTGRES_DB'kaiyou2018-05-011-1/+1
* Disable logging to file and rely on the console when using Dockerkaiyou2018-02-101-8/+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 dat...kaiyou2018-02-102-6/+15
* Fix the path to the log config filekaiyou2018-02-092-2/+2
* Make SYNAPSE_MACAROON_SECRET_KEY a mandatory optionkaiyou2018-02-092-3/+4
* Specify the Docker registry for the postgres imagekaiyou2018-02-081-1/+1
* Specify the Docker registry in the build tagkaiyou2018-02-081-1/+1
* Make it clear that the image has two modes of operationkaiyou2018-02-081-5/+24
* Enable email server configuration from environment variableskaiyou2018-02-082-16/+24
* Honor the SYNAPSE_REPORT_STATS parameter in the Docker imagekaiyou2018-02-081-0/+5
* Disable the Web client in the Docker imagekaiyou2018-02-082-4/+3
* Use 'synapse' as a default postgres user in Docker exampleskaiyou2018-02-082-3/+3
* Refactor the start script to better handle mandatory parameterskaiyou2018-02-083-24/+35
* Rename the permissions variable to avoid confusionkaiyou2018-02-081-3/+3
* Add some documentation about high performance storagekaiyou2018-02-081-2/+7
* Make it clear that two modes are avaiable in the documentation, improve the c...kaiyou2018-02-082-9/+20
* Support loading application service files from /data/appservices/kaiyou2018-02-053-2/+18
* Only generate configuration files when necessarykaiyou2018-02-051-5/+7
* Point to the 'latest' tag in the Docker documentationkaiyou2018-02-052-2/+2
* Fix a typo in the Docker READMEkaiyou2018-02-051-1/+1
* Document the cache factor environment variable for Dockerkaiyou2018-02-051-0/+1
* Add dynamic TURN configuration in the Docker imagekaiyou2018-02-052-2/+14
* Add dynamic recaptcha configuration in the Docker imagekaiyou2018-02-052-0/+11
* Run the server as an unprivileged userkaiyou2018-02-041-4/+7
* Fix multiple typoskaiyou2018-02-042-10/+16
* Update sumperdump Docker readme to match this image propertieskaiyou2018-02-041-38/+64
* Remove etc/service files from rob's branchkaiyou2018-02-043-131/+0
* Merge remote-tracking branch 'origin/rob/docker' into feat-dockerfilekaiyou2018-02-044-0/+201
* Reuse environment variables of the postgres containerkaiyou2018-02-042-9/+14
* Provide an example docker compose filekaiyou2018-02-041-0/+32
* Support an external postgresql config in the Docker imagekaiyou2018-02-041-2/+11
* Generate shared secrets if not defined in the environmentkaiyou2018-02-041-4/+11
* Generate any missing keys before starting synapsekaiyou2018-02-041-12/+13
* Allow for a wheel cache and include missing files in the buildkaiyou2018-02-041-0/+1
* Add template config files for the Docker imagekaiyou2018-02-032-0/+217
* Initial commit including a Dockerfile for synapsekaiyou2018-02-031-0/+29