1
0
mirror of https://github.com/krislamo/graylog_demo synced 2025-09-08 19:39:29 +00:00

Log all containers and syslogs'

This commit is contained in:
2020-03-24 15:22:39 -04:00
parent 9f78958df4
commit b5ab0d95bc
4 changed files with 52 additions and 11 deletions

View File

@@ -11,6 +11,12 @@ services:
MYSQL_USER: wordpress
MYSQL_PASSWORD: Password1
MYSQL_RANDOM_ROOT_PASSWORD: '1'
logging:
driver: "fluentd"
options:
fluentd-address: "tcp://127.0.0.1:24224"
fluentd-async-connect: "true"
tag: devel.kris.db
wordpress:
depends_on: