Send docker logs to journald
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user