Update Purr config; Add Miniflux service
This commit is contained in:
@ -53,22 +53,29 @@
|
||||
};
|
||||
|
||||
purr = {
|
||||
image = "docker.matri.cx/purr";
|
||||
image = "docker.matri.cx/purr:4";
|
||||
ports = [ "5195:3000" ];
|
||||
volumes = [
|
||||
"/home/sezycei/dev/purr/data/Purr.sqlite:/app/data/Purr.sqlite"
|
||||
"/home/sezycei/dev/purr/config.dhall:/app/config.dhall"
|
||||
"/home/sezycei/srv/containerdata/purr/data:/app/data"
|
||||
];
|
||||
environment = { };
|
||||
environment = {
|
||||
ENVIRONMENT = "production";
|
||||
APPLICATIONHOST = "localhost";
|
||||
APPLICATIONPORT = "3000";
|
||||
DATADIR = "/app/";
|
||||
LINKLENGTH = "24";
|
||||
ADMINEMAIL = "james@eversole.co";
|
||||
PURRNOFILE = "true";
|
||||
};
|
||||
};
|
||||
|
||||
registry = {
|
||||
image = "registry:2.8.3";
|
||||
ports = [ "3001:5000" ];
|
||||
volumes = [
|
||||
"/home/sezycei/srv/containerdata/registry/registry/data:/var/lib/registry"
|
||||
"/home/sezycei/srv/containerdata/registry/registry/certs:/certs"
|
||||
"/home/sezycei/srv/containerdata/registry/registry/auth:/auth"
|
||||
"/home/sezycei/srv/containerdata/registry/data:/var/lib/registry"
|
||||
"/home/sezycei/srv/containerdata/registry/certs:/certs"
|
||||
"/home/sezycei/srv/containerdata/registry/auth:/auth"
|
||||
];
|
||||
environment = { };
|
||||
};
|
||||
|
Reference in New Issue
Block a user