Send docker logs to journald

This commit is contained in:
waffles
2023-01-18 22:56:13 -08:00
parent 91f1b7c12b
commit 6654e0b971
3 changed files with 10 additions and 0 deletions
@@ -1,6 +1,8 @@
services:
{% for SK in sidekiq %}
sidekiq-{{ SK['name'] }}:
logging:
driver: journald
image: tootsuite/mastodon:{{ MASTODON_VERSION }}
restart: always
env_file: .env.production