Add sampu service
This commit is contained in:
		| @ -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 = [ | ||||
|  | ||||
| @ -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"; | ||||
|         }; | ||||
|  | ||||
		Reference in New Issue
	
	Block a user