mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-03-29 09:17:24 -04:00
migrate sites to central db
This commit is contained in:
parent
09fac5ab72
commit
5322e95d73
4 changed files with 39 additions and 26 deletions
|
|
@ -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
|
||||
# };
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue