11 lines
253 B
YAML
11 lines
253 B
YAML
services:
|
|
jellyfin_exporter:
|
|
image: git.hipstercat.fr/hipstercat/jellyfin-exporter:main
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
restart: always
|
|
volumes:
|
|
- ./jellyfin.yml:/etc/jellyfin.yml
|
|
ports:
|
|
- 9222:9222 |