git changes for soft-serve
This commit is contained in:
@ -75,8 +75,12 @@
|
||||
|
||||
softserve = {
|
||||
image = "charmcli/soft-serve:v0.7.3";
|
||||
ports = [ "23231:23231" "23232:23232"
|
||||
"23233:23233" "9418:9418" ];
|
||||
ports = [
|
||||
"23231:23231"
|
||||
"23232:23232"
|
||||
"23233:23233"
|
||||
"9418:9418"
|
||||
];
|
||||
volumes = [ "/home/sezycei/srv/containerdata/soft-serve/data:/soft-serve" ];
|
||||
environment = {
|
||||
SOFT_SERVE_NAME = "git.eversole.co";
|
||||
|
Reference in New Issue
Block a user