second cinny instance running for personal matrix
This commit is contained in:
parent
ce11c5c882
commit
cc6bba86b2
3 changed files with 17 additions and 0 deletions
|
|
@ -23,6 +23,21 @@
|
|||
ports = [
|
||||
"${config.ports.cinny}:80"
|
||||
];
|
||||
volumes = [
|
||||
"/data/matrix/cinny-config.json:/app/config.json"
|
||||
];
|
||||
extraOptions = [
|
||||
"--pull=always"
|
||||
];
|
||||
};
|
||||
"cinny2" = {
|
||||
image = "ghcr.io/cinnyapp/cinny:latest";
|
||||
ports = [
|
||||
"${config.ports.cinny2}:80"
|
||||
];
|
||||
volumes = [
|
||||
"/data/matrix/cinny-config.json:/app/config.json"
|
||||
];
|
||||
extraOptions = [
|
||||
"--pull=always"
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue