mirror of
https://github.com/apricote/Listory.git
synced 2026-02-10 19:57:02 +00:00
Compare commits
3 commits
781db64f83
...
60750ebd28
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
60750ebd28 | ||
|
|
39d29d813b | ||
|
|
99f413aa6a |
3 changed files with 12 additions and 12 deletions
|
|
@ -148,7 +148,7 @@ services:
|
||||||
|
|
||||||
loki:
|
loki:
|
||||||
profiles: ["observability"]
|
profiles: ["observability"]
|
||||||
image: grafana/loki:2.9.4
|
image: grafana/loki:2.9.5
|
||||||
command: ["-config.file=/etc/loki/loki.yaml"]
|
command: ["-config.file=/etc/loki/loki.yaml"]
|
||||||
ports:
|
ports:
|
||||||
- "3100" # loki needs to be exposed so it receives logs
|
- "3100" # loki needs to be exposed so it receives logs
|
||||||
|
|
@ -159,7 +159,7 @@ services:
|
||||||
|
|
||||||
promtail:
|
promtail:
|
||||||
profiles: ["observability"]
|
profiles: ["observability"]
|
||||||
image: grafana/promtail:2.9.4
|
image: grafana/promtail:2.9.5
|
||||||
command: ["-config.file=/etc/promtail.yaml"]
|
command: ["-config.file=/etc/promtail.yaml"]
|
||||||
volumes:
|
volumes:
|
||||||
- ./observability/promtail/promtail.yaml:/etc/promtail.yaml
|
- ./observability/promtail/promtail.yaml:/etc/promtail.yaml
|
||||||
|
|
|
||||||
16
frontend/package-lock.json
generated
16
frontend/package-lock.json
generated
|
|
@ -20,8 +20,8 @@
|
||||||
"@testing-library/user-event": "14.5.2",
|
"@testing-library/user-event": "14.5.2",
|
||||||
"@types/jest": "29.5.12",
|
"@types/jest": "29.5.12",
|
||||||
"@types/node": "20.11.26",
|
"@types/node": "20.11.26",
|
||||||
"@types/react": "18.2.56",
|
"@types/react": "18.2.65",
|
||||||
"@types/react-dom": "18.2.19",
|
"@types/react-dom": "18.2.21",
|
||||||
"@types/react-router-dom": "5.3.3",
|
"@types/react-router-dom": "5.3.3",
|
||||||
"@types/recharts": "1.8.29",
|
"@types/recharts": "1.8.29",
|
||||||
"@vitejs/plugin-react": "4.2.1",
|
"@vitejs/plugin-react": "4.2.1",
|
||||||
|
|
@ -3977,9 +3977,9 @@
|
||||||
"integrity": "sha512-ga8y9v9uyeiLdpKddhxYQkxNDrfvuPrlFb0N1qnZZByvcElJaXthF1UhvCh9TLWJBEHeNtdnbysW7Y6Uq8CVng=="
|
"integrity": "sha512-ga8y9v9uyeiLdpKddhxYQkxNDrfvuPrlFb0N1qnZZByvcElJaXthF1UhvCh9TLWJBEHeNtdnbysW7Y6Uq8CVng=="
|
||||||
},
|
},
|
||||||
"node_modules/@types/react": {
|
"node_modules/@types/react": {
|
||||||
"version": "18.2.56",
|
"version": "18.2.65",
|
||||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.56.tgz",
|
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.65.tgz",
|
||||||
"integrity": "sha512-NpwHDMkS/EFZF2dONFQHgkPRwhvgq/OAvIaGQzxGSBmaeR++kTg6njr15Vatz0/2VcCEwJQFi6Jf4Q0qBu0rLA==",
|
"integrity": "sha512-98TsY0aW4jqx/3RqsUXwMDZSWR1Z4CUlJNue8ueS2/wcxZOsz4xmW1X8ieaWVRHcmmQM3R8xVA4XWB3dJnWwDQ==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/prop-types": "*",
|
"@types/prop-types": "*",
|
||||||
"@types/scheduler": "*",
|
"@types/scheduler": "*",
|
||||||
|
|
@ -3987,9 +3987,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@types/react-dom": {
|
"node_modules/@types/react-dom": {
|
||||||
"version": "18.2.19",
|
"version": "18.2.21",
|
||||||
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.19.tgz",
|
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.21.tgz",
|
||||||
"integrity": "sha512-aZvQL6uUbIJpjZk4U8JZGbau9KDeAwMfmhyWorxgBkqDIEf6ROjRozcmPIicqsUwPUjbkDfHKgGee1Lq65APcA==",
|
"integrity": "sha512-gnvBA/21SA4xxqNXEwNiVcP0xSGHh/gi1VhWv9Bl46a0ItbTT5nFY+G9VSQpaG/8N/qdJpJ+vftQ4zflTtnjLw==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/react": "*"
|
"@types/react": "*"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -19,8 +19,8 @@
|
||||||
"@testing-library/user-event": "14.5.2",
|
"@testing-library/user-event": "14.5.2",
|
||||||
"@types/jest": "29.5.12",
|
"@types/jest": "29.5.12",
|
||||||
"@types/node": "20.11.26",
|
"@types/node": "20.11.26",
|
||||||
"@types/react": "18.2.56",
|
"@types/react": "18.2.65",
|
||||||
"@types/react-dom": "18.2.19",
|
"@types/react-dom": "18.2.21",
|
||||||
"@types/react-router-dom": "5.3.3",
|
"@types/react-router-dom": "5.3.3",
|
||||||
"@types/recharts": "1.8.29",
|
"@types/recharts": "1.8.29",
|
||||||
"@vitejs/plugin-react": "4.2.1",
|
"@vitejs/plugin-react": "4.2.1",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue