summary refs log tree commit diff
path: root/docker (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use supervisord to supervise Postgres and Caddy in the Complement image. (#12...reivilibre2022-04-278-12/+43
* Mark Dockerfile as requiring BuildKit (#12541)Jason Robinson2022-04-261-0/+1
* disallow-untyped-defs in `docker` and `stubs` directories (#12528)David Robertson2022-04-252-28/+36
* Await un-partial-stating after a partial-state join (#12399)Richard van der Hoff2022-04-211-1/+3
* Dump setuptools; correct pyproject version number (#12478)David Robertson2022-04-201-4/+2
* Dockerfile-workers: reduce the amount we install (#12464)Richard van der Hoff2022-04-143-13/+26
* complement-synapse-workers: factor out separate entry point script (#12467)Richard van der Hoff2022-04-142-33/+57
* Dockerfile-workers: give the master its own log config (#12466)Richard van der Hoff2022-04-131-17/+31
* Workaround pip bug installing latest treq and not-latest twisted from hashes ...David Robertson2022-04-121-1/+1
* Enable certificate checking during complement tests (#12435)Richard van der Hoff2022-04-112-12/+0
* Fix up healthcheck generation for workers docker image (#12405)Richard van der Hoff2022-04-112-10/+9
* Move complement setup stuff into the Synapse repo (#12404)Richard van der Hoff2022-04-119-23/+442
* Add missing type definitions for scripts in docker folder (#12280)Jorge Florian2022-04-081-4/+5
* Poetry: use locked environment in Docker images (#12385)David Robertson2022-04-072-25/+63
* README-testing.md: fix minor errorRichard van der Hoff2022-03-311-1/+1
* Remove `dockerfile-pgtests` (#12336)David Robertson2022-03-312-49/+0
* Move synctl into `synapse._scripts` and expose as an entrypoint (#12140)David Robertson2022-03-041-1/+1
* Move scripts directory inside synapse, exposing as setuptools entry_points (#...David Robertson2022-03-021-1/+0
* Use Python 3.9 in Synapse dockerfiles by default (#12112)Andrew Morgan2022-03-011-2/+2
* Docker: remove `VOLUME` directive (#11997)Richard van der Hoff2022-02-151-2/+0
* Drop support for and remove references to EOL Python 3.6 (#11683)Shay2022-01-212-2/+2
* Use buildkit's cache feature to speed up docker builds (#11691)Richard van der Hoff2022-01-121-5/+21
* Improve Docker docs for use with Postgres (#11640)Callum Macdonald2022-01-051-0/+4
* Drop Bionic from Debian builds (#11633)Shay2022-01-031-5/+4
* Create healthcheck script for synapse-workers container (#11429)Michael Kaye2021-11-263-0/+22
* Remove code invalidated by deprecated config flag 'trust_identity_servers_for...Shay2021-11-231-8/+0
* Add support for `/_matrix/media/v3` APIs (#11371)Aaron R2021-11-171-11/+11
* Docker: avoid changing userid unnecessarily (#11209)Richard van der Hoff2021-11-012-23/+27
* Fix Shellcheck SC2006: Use $(...) notationDan Callahan2021-10-221-2/+2
* Fix Shellcheck SC2086: Quote to prevent splittingDan Callahan2021-10-221-1/+1
* Fix Shellcheck SC2154: variable possibly undefinedDan Callahan2021-10-221-1/+1
* fix relative link in docker readme (#11144)Richard van der Hoff2021-10-211-1/+2
* Fix debian package builds. (#10931)Erik Johnston2021-09-281-2/+3
* Update postgresql testing script (#10906)David Robertson2021-09-242-7/+24
* Fix frontend_proxy jinja script in docker workers (#10783)kegsay2021-09-081-1/+1
* Make `PeriodicallyFlushingMemoryHandler` the default logging handler. (#10518)reivilibre2021-08-171-7/+20
* Fix deb build script to set prerelease flag correctly (#10500)Richard van der Hoff2021-08-011-5/+4
* Drop xenial-support hacks (#10429)Richard van der Hoff2021-07-211-7/+11
* Set section for prerelease debs (#10391)Richard van der Hoff2021-07-141-0/+14
* Fix broken links in INSTALL.md (#10331)Dirk Klimpel2021-07-081-2/+2
* Remove support for ACME v1 (#10194)Brendan Abolivier2021-06-171-6/+0
* Fix broken link to README at root of repo (#10132)Chris Castle2021-06-071-1/+1
* Run complement with Synapse workers manually. (#10039)Patrick Cloke2021-05-241-4/+4
* Fix docker image to not log at `/homeserver.log` (#10045)Sergio Miguéns2021-05-241-1/+3
* Docker healthcheck timings - add startup delay and changed interval (#9913)Christopher May-Townsend2021-05-052-4/+15
* Add a dockerfile for running a set of Synapse worker processes (#9162)Andrew Morgan2021-04-1410-6/+866
* Add note to docker docs explaining platform support (#9801)Andrew Morgan2021-04-141-3/+6
* Put opencontainers labels to the final image (#9765)Johannes Wienke2021-04-081-5/+5
* Replace `room_invite_state_types` with `room_prejoin_state` (#9700)Richard van der Hoff2021-03-301-8/+0
* Make pip install faster in Docker build for Complement testing (#9610)Eric Eastwood2021-03-261-43/+41
* Merge branch 'master' into developErik Johnston2021-03-261-20/+23
|\
| * Explicitly upgrade openssl in docker file and enforce new version of cryptogr...Erik Johnston2021-03-261-20/+23
* | Use interpreter from $PATH instead of absolute paths in various scripts using...Quentin Gliech2021-03-252-2/+2
* | Include opencontainers labels in Docker image (#9612)Johannes Wienke2021-03-221-0/+5
|/
* Install jemalloc in docker image (#8553)Mathieu Velten2021-03-163-2/+16
* Remove vestiges of uploads_path config (#9462)Richard van der Hoff2021-02-222-2/+0
* Add rustc to Docker image build environment (#9405)Dan Callahan2021-02-151-0/+2
* Fix Debian builds on Xenial (#9254)Dan Callahan2021-01-291-0/+1
* Replace 'perspectives' config block with 'trusted_key_servers' in docker home...Andrew Morgan2021-01-191-6/+4
* Fix failures in Debian packaging (#9079)Dan Callahan2021-01-121-2/+10
* Add 'xmlsec1' to dependency list release-v1.24.0Erik Johnston2020-12-091-1/+2
* Remove version pin prometheus_client dependency (#8875)Jordan Bancino2020-12-041-1/+1
* Cap the version of prometheus_client to <v0.9.0 in the dockerfile (#8767)Andrew Morgan2020-11-171-1/+2
* Use Python 3.8 in Docker images by default (#8698)Dan Callahan2020-11-021-1/+1
* Docker: support passing additional commandline args to synapse (#8390)Samuel Philipp2020-10-112-18/+43
* Increase default max_upload_size from 10M to 50M (#8502)Mateusz Przybyłowicz2020-10-091-1/+1
* Add required Debian dependencies to allow docker builds on the arm platform (...Christopher May-Townsend2020-08-261-3/+10
* Add healthcheck for default localhost 8008 port on /health endpoint. (#8147)Christopher May-Townsend2020-08-242-0/+33
* Move setting of Filter into code.Erik Johnston2020-08-111-6/+0
* Add help for creating a user via docker (#7885)Michael Kaye2020-07-171-0/+15
* Switch to Debian:Slim from Alpine for the docker image (#7839)Christopher May-Townsend2020-07-172-40/+29
* Add libwebp dependency to Dockerfile (#7791)Juho Vanhanen2020-07-061-0/+2
* Switch back to upstream dh-virtualenv (#7621)Richard van der Hoff2020-06-031-1/+1
* 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