Adding prometheus

This commit is contained in:
Siina Mashek 2023-01-08 20:07:20 +02:00
parent f20025531a
commit f909efaaa3

View File

@ -0,0 +1,12 @@
version: '3.8'
services:
jellyfin:
image: prom/prometheus:latest
container_name: prometheus
volumes:
- prometheus:/etc/prometheus
restart: unless-stopped
ports:
- 9090:9090
volumes:
prometheus: