mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Migrate torrents
This commit is contained in:
parent
424e8355f9
commit
59d9750653
5 changed files with 214 additions and 2 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue