Add convo
This commit is contained in:
parent
e02706b754
commit
c04da7909b
3 changed files with 14 additions and 0 deletions
|
|
@ -27,6 +27,18 @@
|
|||
"--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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue