Skip to content

Commit

Permalink
Merge pull request #627 from MaRDI4NFDI/ffmpeg
Browse files Browse the repository at this point in the history
Set up video rendering container
  • Loading branch information
physikerwelt authored Feb 20, 2025
2 parents 3808ce3 + 0dff657 commit 5f3adf8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker-compose-extra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,15 @@ x-whoami: &whoami-image
containous/whoami
x-flask: &flask-image
tiangolo/uwsgi-nginx-flask:latest-2024-12-02
x-ffmpeg: &ffmpeg-image
docker-registry.wikimedia.org/wikimedia/mediawiki-libs-shellbox:video

services:
ffmpeg:
image: *ffmpeg-image
hostname: ffmpeg


statsd:
image: *statsd-image

Expand Down
4 changes: 4 additions & 0 deletions mediawiki/LocalSettings.d/LocalSettings.override.php
Original file line number Diff line number Diff line change
Expand Up @@ -227,3 +227,7 @@
];

$wgExportFromNamespaces = true;

$wgShellboxUrls = [
'default' => 'http://ffmpeg/shellbox'
];

0 comments on commit 5f3adf8

Please sign in to comment.