Captain / Grafana and Influx

0 likes
0 forks
1 files
Last active 1 month ago
Composer for setting up Grafana and Influx in the same network. Point SpeedTest Tracker to Influx and enjoy beautiful graphs of your network speed.
1 version: "3.9"
2 services:
3 grafana:
4 image: grafana/grafana:latest
5 container_name: Grafana
6 hostname: grafana
7 networks:
8 - sp_monitoring
9 mem_limit: 512m
10 cpu_shares: 512

noma / Jellyfin

1 likes
0 forks
1 files
Last active 1 month ago
Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media.
1 version: "3.9"
2 services:
3 jellyfin:
4 image: jellyfin/jellyfin:latest
5 container_name: Jellyfin-HT
6 environment:
7 TZ: Europe/Zurich
8 user: 1031:100
9 volumes:
10 - /volume1/docker/jellyfinht/config:/config:rw