migrate sites to central db

This commit is contained in:
TheWanderingCrow 2026-03-22 10:32:15 -04:00
parent 09fac5ab72
commit 5322e95d73
4 changed files with 39 additions and 26 deletions

View file

@ -59,13 +59,13 @@ in
];
# TODO: Need to actually store secrets in a safe manner here when we cutover
};
flamebandsite.containerConfig = {
image = "wordpress";
publishPorts = [
"${builtins.toString bandPort}:80"
];
# TODO: Need to actually store secrets in a safe manner here when we cutover
};
# flamebandsite.containerConfig = {
# image = "wordpress";
# publishPorts = [
# "${builtins.toString bandPort}:80"
# ];
# # TODO: Need to actually store secrets in a safe manner here when we cutover
# };
};
};
}