mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
feat(observability): add local grafana+prom stack for metrics insights
This commit is contained in:
parent
6b1640b753
commit
d0a9b0a07c
8 changed files with 295 additions and 0 deletions
|
|
@ -1,5 +1,11 @@
|
|||
version: "3.4"
|
||||
|
||||
# Required for promtail scraping
|
||||
x-logging: &default-logging
|
||||
driver: "journald"
|
||||
options:
|
||||
tag: "{{.Name}}"
|
||||
|
||||
services:
|
||||
db:
|
||||
image: postgres:13.5
|
||||
|
|
@ -38,6 +44,7 @@ services:
|
|||
networks:
|
||||
- web
|
||||
- db
|
||||
logging: *default-logging
|
||||
|
||||
frontend:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue