diff --git a/ersatz/docker-compose.yaml b/ersatz/docker-compose.yaml new file mode 100644 index 0000000..6c287de --- /dev/null +++ b/ersatz/docker-compose.yaml @@ -0,0 +1,13 @@ +version: '3' +services: + ersatztv: + container_name: ersatztv + environment: + - TZ=America/Chicago + ports: + - 8409:8409 + volumes: + - /arr/ersatzTV/config:/config + - /data:/data + restart: unless-stopped + image: jasongdove/ersatztv:latest-vaapi \ No newline at end of file