mirror of
https://github.com/apricote/Listory.git
synced 2026-02-11 12:17:03 +00:00
Compare commits
No commits in common. "f9926d31e9a53aab4cd0875bbfdf023cc5ca84e6" and "7017dd8f2da8e3f17e1deffdbccf163197a41156" have entirely different histories.
f9926d31e9
...
7017dd8f2d
1 changed files with 3 additions and 3 deletions
|
|
@ -73,7 +73,7 @@ services:
|
|||
- web
|
||||
|
||||
proxy:
|
||||
image: traefik:v2.11.8
|
||||
image: traefik:2.11.0
|
||||
command:
|
||||
#- --log.level=debug
|
||||
#- --accesslog=true
|
||||
|
|
@ -159,7 +159,7 @@ services:
|
|||
|
||||
promtail:
|
||||
profiles: ["observability"]
|
||||
image: grafana/promtail:2.9.10
|
||||
image: grafana/promtail:2.9.5
|
||||
command: ["-config.file=/etc/promtail.yaml"]
|
||||
volumes:
|
||||
- ./observability/promtail/promtail.yaml:/etc/promtail.yaml
|
||||
|
|
@ -191,7 +191,7 @@ services:
|
|||
|
||||
grafana:
|
||||
profiles: ["observability"]
|
||||
image: grafana/grafana-oss:10.4.8
|
||||
image: grafana/grafana-oss:10.4.7
|
||||
volumes:
|
||||
- ./observability/grafana/provisioning:/etc/grafana/provisioning
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue