Always use the latest version of PeerTube

default
dump_stack() 2023-01-19 07:59:33 +00:00
parent 7eceb898cf
commit fb0379cc35
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 2 additions and 4 deletions

View File

@ -8,9 +8,7 @@ let
vendorHash = "sha256-HlsVCWs7Q4kBAtRpt3U323tRmgWdQxZlpfMZ/cSlw4Q=";
};
image =
"chocobozzz/peertube@" +
"sha256:3bd126fc8b66a6a12593d73f74d0a3ffc7fc3206e5e9ebf39c8a8e0ca5408194";
image = "chocobozzz/peertube:production-bullseye";
s3cmd = pkgs.writeShellScript "s3cmd" ''
${pkgs.s3cmd}/bin/s3cmd \
@ -241,7 +239,7 @@ in {
"/var/lib/peertube/storage:/data"
"/var/lib/peertube/config:/config"
];
extraOptions = [ "--network=host" ];
extraOptions = [ "--network=host" "--pull=always" ];
};
};