mirror of
https://github.com/apricote/Listory.git
synced 2026-02-07 10:17:02 +00:00
Compare commits
No commits in common. "f6f17833bc18d4cab112b97c12bd1db890c265b3" and "07c00c2e9daf87f36e2c4743de819dde7f70a0e4" have entirely different histories.
f6f17833bc
...
07c00c2e9d
3 changed files with 7 additions and 7 deletions
|
|
@ -148,7 +148,7 @@ services:
|
|||
|
||||
loki:
|
||||
profiles: ["observability"]
|
||||
image: grafana/loki:2.9.11
|
||||
image: grafana/loki:2.9.10
|
||||
command: ["-config.file=/etc/loki/loki.yaml"]
|
||||
ports:
|
||||
- "3100" # loki needs to be exposed so it receives logs
|
||||
|
|
@ -191,7 +191,7 @@ services:
|
|||
|
||||
grafana:
|
||||
profiles: ["observability"]
|
||||
image: grafana/grafana-oss:10.4.14
|
||||
image: grafana/grafana-oss:10.4.13
|
||||
volumes:
|
||||
- ./observability/grafana/provisioning:/etc/grafana/provisioning
|
||||
environment:
|
||||
|
|
|
|||
8
package-lock.json
generated
8
package-lock.json
generated
|
|
@ -11,7 +11,7 @@
|
|||
"dependencies": {
|
||||
"@apricote/nest-pg-boss": "2.1.0",
|
||||
"@narando/nest-axios-interceptor": "3.0.0",
|
||||
"@nestjs/axios": "3.1.3",
|
||||
"@nestjs/axios": "3.1.2",
|
||||
"@nestjs/common": "10.4.8",
|
||||
"@nestjs/config": "3.3.0",
|
||||
"@nestjs/core": "10.4.8",
|
||||
|
|
@ -1896,9 +1896,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@nestjs/axios": {
|
||||
"version": "3.1.3",
|
||||
"resolved": "https://registry.npmjs.org/@nestjs/axios/-/axios-3.1.3.tgz",
|
||||
"integrity": "sha512-RZ/63c1tMxGLqyG3iOCVt7A72oy4x1eM6QEhd4KzCYpaVWW0igq0WSREeRoEZhIxRcZfDfIIkvsOMiM7yfVGZQ==",
|
||||
"version": "3.1.2",
|
||||
"resolved": "https://registry.npmjs.org/@nestjs/axios/-/axios-3.1.2.tgz",
|
||||
"integrity": "sha512-pFlfi4ZQsZtTNNhvgssbxjCHUd1nMpV3sXy/xOOB2uEJhw3M8j8SFR08gjFNil2we2Har7VCsXLfCkwbMHECFQ==",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"@nestjs/common": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0",
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
"dependencies": {
|
||||
"@apricote/nest-pg-boss": "2.1.0",
|
||||
"@narando/nest-axios-interceptor": "3.0.0",
|
||||
"@nestjs/axios": "3.1.3",
|
||||
"@nestjs/axios": "3.1.2",
|
||||
"@nestjs/common": "10.4.8",
|
||||
"@nestjs/config": "3.3.0",
|
||||
"@nestjs/core": "10.4.8",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue