matrix-docker-ansible-deploy/roles/matrix-server/templates
Slavi Pantaleev 161854e6d7 Disable Docker container logging
`--log-driver=none` is used for all Docker containers now.

All these containers are started through systemd anyway and get logged in journald,
so there's no need for Docker to be logging the same thing using the default `json-file` driver.
Doing that was growing `/var/lib/docker/containers/..` infinitely until service/container restart.

As a result of this, things like `docker logs matrix-synapse` won't work anymore.
`journalctl -u matrix-synapse` is how one can see the logs.
2018-09-26 09:11:19 +03:00
..
corporal Add support for matrix-corporal 2018-08-21 13:34:34 +03:00
coturn Switch Docker image to official one 2018-05-25 21:58:53 +03:00
cron.d Switch from acmetool to certbot for SSL certificate retrieval 2018-08-29 09:37:44 +03:00
env Add email-sending support 2018-08-14 14:47:44 +03:00
mautrix-telegram Fix some problem with permissions 2018-09-07 20:02:46 +02:00
mxisd Add mxisd Identity Server support 2018-08-15 10:46:13 +03:00
nginx-conf.d Add Service Discovery (/.well-known/matrix/client) support 2018-09-17 10:51:46 +03:00
riot-web Rename variable (matrix_riot_web_default_identity_server_url -> matrix_identity_server_url) 2018-09-17 08:44:29 +03:00
synapse Add mautrix-telegram to bridge with telegram services 2018-09-07 20:02:46 +02:00
systemd Disable Docker container logging 2018-09-26 09:11:19 +03:00
usr-local-bin Switch from acmetool to certbot for SSL certificate retrieval 2018-08-29 09:37:44 +03:00
well-known Add Service Discovery (/.well-known/matrix/client) support 2018-09-17 10:51:46 +03:00