remove convo

This commit is contained in:
rotterdam 2023-03-21 11:15:15 -03:00
parent c04da7909b
commit 459d93e119
3 changed files with 0 additions and 14 deletions

View file

@ -27,18 +27,6 @@
"--pull=always"
];
};
"convo" = {
image = "convos/convos:stable";
ports = [
"${config.ports.convo}:3000";
];
volumes = [
"/data/convo:/data";
];
extraOptions = [
"--pull=always"
];
}
"librespeed" = {
image = "lscr.io/linuxserver/librespeed:latest";
environment = {