Add docker_log monitoring to telegraf
This commit is contained in:
parent
253206da97
commit
a90840b1dc
8 changed files with 58 additions and 13 deletions
_ansible/roles/tinytinyrss/vars
|
@ -26,10 +26,10 @@ compose:
|
|||
- app:/var/www/html:ro
|
||||
- ./nginx.conf:/etc/nginx/nginx.conf
|
||||
file:
|
||||
app:
|
||||
depends_on:
|
||||
- tt-rss
|
||||
services:
|
||||
app:
|
||||
depends_on:
|
||||
- tt-rss
|
||||
tt-rss:
|
||||
image: cthulhoo/ttrss-fpm-pgsql-static
|
||||
restart: always
|
||||
|
|
Reference in a new issue