Migrate torrents

This commit is contained in:
Paul-Henri Froidmont 2021-12-10 03:02:34 +01:00
parent 424e8355f9
commit 59d9750653
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE
5 changed files with 214 additions and 2 deletions

View file

@ -41,6 +41,7 @@ in
};
volumes = [ "/var/lib/mariadb/stb:/var/lib/mysql" ];
extraOptions = [ "--network=stb-br" ];
autoStart = true;
};
"stb-wordpress" = {
@ -51,6 +52,7 @@ in
];
ports = [ "8080:80" ];
extraOptions = [ "--network=stb-br" ];
autoStart = true;
};
};