feat: update logging configuration for dummy, uptime, and media-centre modules
This commit is contained in:
parent
42968a0d45
commit
8b7dc11327
4 changed files with 134 additions and 96 deletions
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"Job": {
|
||||
"ID": "coder",
|
||||
"Name": "Coder",
|
||||
"TaskGroups": [
|
||||
|
@ -20,7 +19,15 @@
|
|||
],
|
||||
"group_add": [
|
||||
"998"
|
||||
]
|
||||
],
|
||||
"logging": {
|
||||
"type": "elastic/elastic-logging-plugin:8.14.3",
|
||||
"config": {
|
||||
"hosts": "http://localhost:9200",
|
||||
"user": "docker_writer",
|
||||
"password": "oi*YWZSP_Ukd0y+pQ7EB"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Env": {
|
||||
"CODER_PG_CONNECTION_URL": "postgresql://coder:reu2zeeth9BeeWai9ohl1tierea6ooze@${NOMAD_ADDR_database}/coder?sslmode=disable",
|
||||
|
@ -51,7 +58,15 @@
|
|||
"target": "/var/lib/postgresql/data",
|
||||
"source": "coder-data"
|
||||
}
|
||||
]
|
||||
],
|
||||
"logging": {
|
||||
"type": "elastic/elastic-logging-plugin:8.14.3",
|
||||
"config": {
|
||||
"hosts": "http://localhost:9200",
|
||||
"user": "docker_writer",
|
||||
"password": "oi*YWZSP_Ukd0y+pQ7EB"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Env": {
|
||||
"POSTGRES_USER": "coder",
|
||||
|
@ -94,4 +109,3 @@
|
|||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -21,7 +21,15 @@
|
|||
],
|
||||
"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": [
|
||||
{
|
||||
|
|
|
@ -36,7 +36,15 @@
|
|||
"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",
|
||||
|
|
|
@ -27,7 +27,15 @@
|
|||
],
|
||||
"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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue