torrent: pin docker versions

This commit is contained in:
notohh 2023-06-16 04:28:21 -04:00
parent a12a65dd4b
commit cfcaf33743
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -2,7 +2,7 @@
sops.secrets.gluetun = {};
virtualisation.oci-containers.containers = {
gluetun = {
image = "qmcgaw/gluetun";
image = "qmcgaw/gluetun:pr-1616";
ports = [
"8888:8888/tcp" # HTTP proxy
"8388:8388/tcp" # Shadowsocks
@ -15,7 +15,7 @@
extraOptions = ["--cap-add=NET_ADMIN"];
};
qbittorrent = {
image = "linuxserver/qbittorrent:latest";
image = "linuxserver/qbittorrent:4.5.3";
dependsOn = ["gluetun"];
environment = {
PUID = "1001";