summary refs log tree commit diff
path: root/contrib/docker/README.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update docker-compose.yml for a static config file, and update traefik ↵przemas752019-10-181-24/+11
| | | | examples (#6142)
* Deprecate the env var way of running the docker image (#5566)Richard van der Hoff2019-06-271-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.mdMichael Kaye2018-08-031-1/+1
| | | Link to docker/README.md
* Refactor docker locations and README.Michael Kaye2018-08-021-108/+2
| | | | This addresses #3224
* [Docker] Build docker image via composeBenedikt Heine2018-07-171-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 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
|
* Fix the documentation about 'POSTGRES_DB'kaiyou2018-05-011-1/+1
|
* Make SYNAPSE_MACAROON_SECRET_KEY a mandatory optionkaiyou2018-02-091-1/+2
|
* 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-081-0/+7
|
* Disable the Web client in the Docker imagekaiyou2018-02-081-1/+0
|
* Refactor the start script to better handle mandatory parameterskaiyou2018-02-081-1/+1
|
* Add some documentation about high performance storagekaiyou2018-02-081-2/+7
|
* Make it clear that two modes are avaiable in the documentation, improve the ↵kaiyou2018-02-081-7/+10
| | | | compose file
* Support loading application service files from /data/appservices/kaiyou2018-02-051-1/+6
|
* Point to the 'latest' tag in the Docker documentationkaiyou2018-02-051-1/+1
|
* 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-051-2/+5
|
* Add dynamic recaptcha configuration in the Docker imagekaiyou2018-02-051-0/+4
|
* Fix multiple typoskaiyou2018-02-041-7/+12
|
* Update sumperdump Docker readme to match this image propertieskaiyou2018-02-041-38/+64
|
* Merge remote-tracking branch 'origin/rob/docker' into feat-dockerfilekaiyou2018-02-041-0/+70