Skip to content

Commit

Permalink
prepare release v3.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mhdzumair committed Apr 28, 2024
1 parent bbf207f commit a28713c
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.8.2
image: mhdzumair/mediafusion:v3.8.3
ports:
- "8000:8000"
env_file:
Expand Down Expand Up @@ -41,7 +41,7 @@ services:
- "6379:6379"

dramatiq-worker:
image: mhdzumair/mediafusion:v3.8.2
image: mhdzumair/mediafusion:v3.8.3
command: ["pipenv", "run", "dramatiq", "api.task", "-p", "1", "-t", "1"]
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.8.2
image: mhdzumair/mediafusion:v3.8.3
ports:
- containerPort: 8000
resources:
Expand Down Expand Up @@ -122,7 +122,7 @@ spec:
spec:
containers:
- name: dramatiq-worker
image: mhdzumair/mediafusion:v3.8.2
image: mhdzumair/mediafusion:v3.8.3
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": "mhdzumair.addons.mediafusion",
"version": "3.8.2",
"version": "3.8.3",
"name": "Media Fusion",
"contactEmail": "mhdzumair@gmail",
"description": "Universal Stremio Add-on for Movies, Series, Live TV & Sports Events. Source: https://github.com/mhdzumair/MediaFusion",
Expand Down

0 comments on commit a28713c

Please sign in to comment.