second cinny instance running for personal matrix

This commit is contained in:
rotterdam 2023-03-29 10:34:51 -03:00
parent ce11c5c882
commit cc6bba86b2
3 changed files with 17 additions and 0 deletions

View file

@ -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"
];