Skip to content

Commit

Permalink
prepare release v3.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mhdzumair committed Jun 2, 2024
1 parent b86cfa3 commit 63301a9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions deployment/docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
mediafusion:
image: mhdzumair/mediafusion:v3.9.4
image: mhdzumair/mediafusion:v3.9.5
ports:
- "8000:8000"
env_file:
Expand Down Expand Up @@ -41,7 +41,7 @@ services:
- "6379:6379"

dramatiq-worker:
image: mhdzumair/mediafusion:v3.9.4
image: mhdzumair/mediafusion:v3.9.5
command: ["pipenv", "run", "dramatiq", "api.task", "-p", "1", "-t", "1", "--queues", "scrapy"]
env_file:
- .env
Expand Down
4 changes: 2 additions & 2 deletions deployment/k8s/local-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
spec:
containers:
- name: mediafusion
image: mhdzumair/mediafusion:v3.9.4
image: mhdzumair/mediafusion:v3.9.5
ports:
- containerPort: 8000
resources:
Expand Down Expand Up @@ -124,7 +124,7 @@ spec:
spec:
containers:
- name: dramatiq-worker
image: mhdzumair/mediafusion:v3.9.4
image: mhdzumair/mediafusion:v3.9.5
command: ["pipenv", "run", "dramatiq", "api.task", "-p", "1", "-t", "1"]
env:
- name: MONGO_URI
Expand Down
2 changes: 1 addition & 1 deletion resources/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "stremio.addons",
"version": "3.9.4",
"version": "3.9.5",
"name": "Media Fusion",
"contactEmail": "mhdzumair@gmail.com",
"description": "Universal Stremio Add-on for Movies, Series, Live TV & Sports Events. Source: https://github.com/mhdzumair/MediaFusion",
Expand Down

0 comments on commit 63301a9

Please sign in to comment.