Arion: Add ffmppeg to nextcloud

used by memories to e.g. generate thumbnails of videos
This commit is contained in:
GHOSCHT 2024-12-09 13:26:19 +01:00
parent e2b65ceead
commit 69e86ebfd3
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82

View file

@ -1,4 +1,4 @@
{pkgs, ...}: {
{
project.name = "nextcloud";
networks.dmz = {
@ -25,6 +25,7 @@
"/storage/dataset/docker/nextcloud/nextcloud_data/data:/var/www/html/data"
"/home/ghoscht/.docker/nextcloud/nextcloud_data:/var/www/html"
];
entrypoint = "/bin/bash -c 'apt update && apt install ffmpeg -y && /entrypoint.sh apache2-foreground'";
hostname = "nextcloud.ghoscht.com";
environment = {
REDIS_HOST = "nextcloud-redis";