Skip to content
Snippets Groups Projects
Commit 09aa287a authored by jurgenhaas's avatar jurgenhaas
Browse files

Write log to fluentd, turn off debugging and make sure we always load the latest image

parent 98d32401
No related branches found
No related tags found
No related merge requests found
......@@ -20,10 +20,16 @@
name: 'matterbridge'
image: '42wim/matterbridge'
pull: yes
command: '-debug'
recreate: yes
restart: yes
#command: '-debug'
state: 'started'
restart_policy: 'always'
volumes:
- "/etc/matterbridge.toml:/matterbridge.toml"
log_driver: 'fluentd'
log_options:
fluentd-address: 'tcp://localhost:24224'
tag: 'app.matterbridge'
when: '"matterbridge" not in excluded_roles'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment