From 8df43548d451a37a76441986b5620cf84609c59d Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Mon, 9 Dec 2024 01:15:00 +0100 Subject: Add script injector --- docker-compose.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docker-compose.yml (limited to 'docker-compose.yml') diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..9a6ade5 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,16 @@ + +services: + jellyfin: + image: jellyfin/jellyfin + network_mode: host + volumes: + - ./testenv/config:/config + - ./testenv/cache:/cache + - ./testenv/media:/media + develop: + watch: + - action: sync+restart + path: ./bin/Debug/net8.0/ + target: /config/plugins/JCoverXtremePro/ + + -- cgit