feat: update logging configuration for dummy, uptime, and media-centre modules

This commit is contained in:
Ben Martin 2024-08-14 10:41:47 +01:00
parent e542ef5166
commit a938a7bd6e
No known key found for this signature in database
GPG key ID: 11936493893207E4
3 changed files with 3 additions and 33 deletions

View file

@ -21,17 +21,7 @@
],
"ports": [
"www"
],
"logging": {
"type": "elastic/elastic-logging-plugin:8.14.3",
"config": [
{
"hosts": "http://localhost:9200",
"user": "docker_writer",
"password": "oi*YWZSP_Ukd0y+pQ7EB"
}
]
}
]
},
"Templates": [
{

View file

@ -36,17 +36,7 @@
"target": "/config",
"source": "jellyfin-config"
}
],
"logging": {
"type": "elastic/elastic-logging-plugin:8.14.3",
"config": [
{
"hosts": "http://localhost:9200",
"user": "docker_writer",
"password": "oi*YWZSP_Ukd0y+pQ7EB"
}
]
}
]
},
"Env": {
"TZ": "Europe/London",

View file

@ -27,17 +27,7 @@
],
"extra_hosts": [
"host.docker.internal:host-gateway"
],
"logging": {
"type": "elastic/elastic-logging-plugin:8.14.3",
"config": [
{
"hosts": "http://localhost:9200",
"user": "docker_writer",
"password": "oi*YWZSP_Ukd0y+pQ7EB"
}
]
}
]
},
"Resources": {
"CPU": 500,