mirror of
https://github.com/KeyZox71/knl_meowscendence.git
synced 2025-08-14 12:32:54 +02:00
「🏗️」 wip: prom added :D
This commit is contained in:
3
docker/monitoring/graphana/Dockerfile
Normal file
3
docker/monitoring/graphana/Dockerfile
Normal file
@ -0,0 +1,3 @@
|
||||
FROM grafana/grafana-oss
|
||||
|
||||
|
10
docker/monitoring/graphana/compose.yml
Normal file
10
docker/monitoring/graphana/compose.yml
Normal file
@ -0,0 +1,10 @@
|
||||
services:
|
||||
graphana:
|
||||
container_name: transcendence-graphana
|
||||
build:
|
||||
dockerfile: Dockerfile
|
||||
context: .
|
||||
environment:
|
||||
-
|
||||
networks:
|
||||
- prom
|
Reference in New Issue
Block a user