feat: update logging configuration for dummy, uptime, and media-centre modules
This commit is contained in:
parent
e542ef5166
commit
a938a7bd6e
3 changed files with 3 additions and 33 deletions
|
@ -21,17 +21,7 @@
|
||||||
],
|
],
|
||||||
"ports": [
|
"ports": [
|
||||||
"www"
|
"www"
|
||||||
],
|
]
|
||||||
"logging": {
|
|
||||||
"type": "elastic/elastic-logging-plugin:8.14.3",
|
|
||||||
"config": [
|
|
||||||
{
|
|
||||||
"hosts": "http://localhost:9200",
|
|
||||||
"user": "docker_writer",
|
|
||||||
"password": "oi*YWZSP_Ukd0y+pQ7EB"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"Templates": [
|
"Templates": [
|
||||||
{
|
{
|
||||||
|
|
|
@ -36,17 +36,7 @@
|
||||||
"target": "/config",
|
"target": "/config",
|
||||||
"source": "jellyfin-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": {
|
"Env": {
|
||||||
"TZ": "Europe/London",
|
"TZ": "Europe/London",
|
||||||
|
|
|
@ -27,17 +27,7 @@
|
||||||
],
|
],
|
||||||
"extra_hosts": [
|
"extra_hosts": [
|
||||||
"host.docker.internal:host-gateway"
|
"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": {
|
"Resources": {
|
||||||
"CPU": 500,
|
"CPU": 500,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue