summary refs log tree commit diff
path: root/docker (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refresh apt cache when building dh_virtualenv docker image (#7555)Richard van der Hoff2020-05-221-2/+4
* Merge branch 'master' into developPatrick Cloke2020-05-191-7/+8
|\
| * update dh-virtualenv (#7526)Richard van der Hoff2020-05-191-7/+8
* | Update runtime docker image to Alpine v3.11Cédric Laubacher2020-05-031-1/+1
|/
* Kill off deprecated "config-on-the-fly" docker mode (#6918)Richard van der Hoff2020-02-182-40/+32
* bump the version of Alpine Linux used in the docker images (#6897)Richard van der Hoff2020-02-121-1/+1
* Add working build command for docker image (#6390)Andrew Morgan2019-11-231-0/+12
* Docker: Change permissions for data dir before attempting to write to it (#6389)Andrew Morgan2019-11-201-3/+3
* Merge remote-tracking branch 'origin/master' into developRichard van der Hoff2019-10-311-2/+3
|\
| * Clarify environment variable usage when running in Docker (#6181)Anton Lazarev2019-10-301-2/+3
* | Fix broken URL in docker/README.md (#6264)Tobia De Koninck2019-10-281-1/+1
|/
* Fix logging config for the docker image (#6197)Richard van der Hoff2019-10-181-0/+2
* Docker: support SYNAPSE_WORKER envvar (#6058)Michael Kaye2019-09-192-1/+4
* Docker packaging should not su-exec or chmod if already running as UID/GID (#...Michael Kaye2019-09-031-35/+49
* Typographical corrections in docker/README (#5921)Victor Goff2019-08-281-5/+5
* Fix debian packages for sid being called buster. (#5775)Erik Johnston2019-07-302-1/+7
* Improve `Depends` specs in debian package. (#5675)Richard van der Hoff2019-07-171-0/+3
* Add missing space in default logging file format generated by the Docker imag...Slavi Pantaleev2019-07-121-1/+1
* Upgrade Alpine Linux used in the Docker image (3.8 -> 3.10) (#5619)Slavi Pantaleev2019-07-121-2/+2
* Move logging utilities out of the side drawer of util/ and into logging/ (#5606)Amber Brown2019-07-041-1/+1
* Remove SMTP_* env var functionality from docker conf (#5596)Andrew Morgan2019-07-031-19/+0
* Add ability to set timezone for Docker container (#5383)Amir Zarrinkafsh2019-07-022-1/+2
* Docker image: Add a migrate_config mode (#5567)Richard van der Hoff2019-06-273-17/+57
* Docker image: open the non-TLS port by default. (#5568)Richard van der Hoff2019-06-271-0/+1
* Deprecate the env var way of running the docker image (#5566)Richard van der Hoff2019-06-272-154/+94
* Merge pull request #5565 from matrix-org/rav/docker/fix_log_configRichard van der Hoff2019-06-272-1/+13
|\
| * Docker: generate our own log configRichard van der Hoff2019-06-261-1/+8
| * Add support for SYNAPSE_CONFIG_DIRRichard van der Hoff2019-06-262-0/+5
* | Merge pull request #5563 from matrix-org/rav/docker/data_dirRichard van der Hoff2019-06-272-4/+24
|\|
| * Docker image: add support for SYNAPSE_DATA_DIR parameterRichard van der Hoff2019-06-262-4/+17
| * document supported env vars for docker 'generate' optionRichard van der Hoff2019-06-261-0/+7
* | Docker: only run --generate-keys when generating config on-the-fly.Richard van der Hoff2019-06-261-7/+21
* | improve logging for generate_config_from_templateRichard van der Hoff2019-06-261-1/+2
|/
* isortRichard van der Hoff2019-06-251-4/+5
* Add a main() functionRichard van der Hoff2019-06-251-8/+11
* Factor out a run_generate_config functionRichard van der Hoff2019-06-251-17/+28
* Factor out "generate_config_from_template"Richard van der Hoff2019-06-251-41/+81
* Increase default log level for docker image to INFO. (#5547)Richard van der Hoff2019-06-251-5/+2
* Update docker image to use Python 3.7. (#5546)Richard van der Hoff2019-06-251-1/+1
* Run Black. (#5482)Amber Brown2019-06-201-19/+39
* Include xmlsec in the docker imageRichard van der Hoff2019-06-181-1/+3
* Remove Postgres 9.4 support (#5448)Amber Brown2019-06-182-3/+3
* Change to absolute path for contrib/dockerNeil Johnson2019-06-131-1/+1
* Update README.md (#5222)Steffen2019-05-221-1/+1
* Merge branch 'master' into developRichard van der Hoff2019-05-031-1/+2
|\
| * Debian: we now need libpq-dev.Richard van der Hoff2019-05-031-1/+2
* | Fix handling of SYNAPSE_NO_TLS in docker image (#5005)*=0=1=4=*2019-04-252-2/+15
* | Add systemd-python to optional dependencies (#4339)Silke Hofstra2019-04-161-0/+2
* | Correct default POSTGRES_USER in Docker README (#4987)*=0=1=4=*2019-04-041-2/+3
* | Add -p argument for docker run command exampleJurrie Overgoor2019-03-291-0/+1
* | Fix typo in TLS filenamesJurrie Overgoor2019-03-291-2/+2
|/
* Document the `generate` option for the docker image.Richard van der Hoff2019-03-071-4/+37
* Fix debian build dockerfile release-v0.99.1Richard van der Hoff2019-02-141-1/+5
* Remove redundant entries from docker configRichard van der Hoff2019-02-112-24/+1
* Enable ACME support in the docker image (#4566)Richard van der Hoff2019-02-055-41/+115
* Docker: only copy what we need to the build image (#4562)Richard van der Hoff2019-02-051-1/+4
* Require ECDH key exchange & remove dh_params (#4429)Amber Brown2019-01-221-1/+0
* Rewrite build_debian_packages release-v0.34.1.1Richard van der Hoff2019-01-121-46/+0
* fix docker build to install optional deps release-v0.34.1Richard van der Hoff2019-01-091-3/+1
* Install the optional dependencies into the debian package (#4325)Richard van der Hoff2019-01-022-18/+33
* buster is a thingRichard van der Hoff2018-12-201-1/+8
* Debian packaging via dh_virtualenv (#4285)Richard van der Hoff2018-12-203-0/+115
* Remove obsolete settings from docker homeserver.yamlRichard van der Hoff2018-12-041-3/+1
* Remove riot.im from the list of trusted Identity Servers in the default confi...Neil Johnson2018-11-201-1/+3
* Make Docker image listening on ipv6 as well as ipv4Cédric Laudrel2018-10-251-2/+2
* Ship the email templates as package_dataRichard van der Hoff2018-10-171-1/+3
* Further reduce the size of the docker image (#3972)Richard van der Hoff2018-10-011-25/+46
* Update DockerfileJan Christian Grünhage2018-09-251-1/+0
* make python 3 work in the docker containerJan Christian Grünhage2018-09-202-2/+5
* Add a way to run tests in PostgreSQL in Docker (#3699)Amber Brown2018-09-202-0/+32
* Added description for "SYNAPSE_MAX_UPLOAD_SIZE" variable.Simon Dwyer2018-09-161-1/+1
* Added description for "SYNAPSE_MAX_UPLOAD_SIZE" variable.Simon Dwyer2018-09-161-0/+1
* Added 'MAX_UPLOAD_SIZE' variable and set default to "10M"Simon Dwyer2018-09-161-1/+1
* add runtime dependenciesJan Christian Grünhage2018-09-101-5/+10
* Move COPY before RUN and merge RUNsMathijs van Gorcum2018-09-101-5/+5
* Remove build requirements after buildingMathijs van Gorcum2018-09-101-2/+3
* update docker base-image to alpine 3.8Jan Christian Grünhage2018-08-091-1/+1
* Update README.mdMichael Kaye2018-08-031-1/+1
* Address SPAG issuesMichael Kaye2018-08-021-2/+4
* Refactor docker locations and README.Michael Kaye2018-08-025-0/+471