Files
knl_meowscendence/docker/monitoring/graphana/compose.yml

16 lines
308 B
YAML

services:
graphana:
container_name: transcendence-graphana
build:
dockerfile: Dockerfile
context: .
args:
PROM_ADMIN_PASSWD: ${PROM_PASS}
ports:
- ${GRAPH_PORT}:3000
environment:
- TZ=Europe/Paris
networks:
- prom
restart: unless-stopped