Arion: Add ffmppeg to nextcloud
used by memories to e.g. generate thumbnails of videos
This commit is contained in:
parent
e2b65ceead
commit
69e86ebfd3
1 changed files with 2 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue