Add sampu service

This commit is contained in:
James Eversole 2024-02-24 12:09:42 -06:00
parent 7293c065c1
commit 313d30a65e
2 changed files with 13 additions and 1 deletions

View File

@ -80,6 +80,18 @@
environment = { };
};
sampu = {
image = "docker.matri.cx/sampu:0.0.1";
ports = [ "5196:3000" ];
volumes = [
"/home/sezycei/srv/containerdata/sampu/data:/app/data"
];
environment = {
APPLICATIONPORT = "3000";
BLOGTITLE = "James' Blog";
};
};
softserve = {
image = "charmcli/soft-serve:v0.7.3";
ports = [

View File

@ -57,7 +57,7 @@
client_max_body_size 0;
'';
};
"eversole.co" = static { dir = "/var/www/jame.su"; };
"eversole.co" = proxied { target = "http://127.0.0.1:5196"; };
"flux.matri.cx" = proxied {
target = "http://127.0.0.1:26343";
};