Try to fix Traefik no such directory
This commit is contained in:
@@ -118,7 +118,7 @@ ${concatStringsSep "\n" (map (m: " - ${m}") middlewares)}
|
||||
ExecStart = "${pkgs.sudo}/bin/sudo -u numbus-admin podman-compose ${envFileArg} --in-pod ${toString pod} -f /etc/podman/${name}/compose.yaml up --remove-orphans";
|
||||
ExecStop = "${pkgs.sudo}/bin/sudo -u numbus-admin podman-compose ${envFileArg} --in-pod ${toString pod} -f /etc/podman/${name}/compose.yaml down";
|
||||
Restart = "on-failure";
|
||||
RestartSec = "1m";
|
||||
RestartSec = "3m";
|
||||
};
|
||||
};
|
||||
|
||||
@@ -134,7 +134,7 @@ ${concatStringsSep "\n" (map (m: " - ${m}") middlewares)}
|
||||
Type = "oneshot";
|
||||
RemainAfterExit = true;
|
||||
Restart = "on-failure";
|
||||
RestartSec = "1m";
|
||||
RestartSec = "5m";
|
||||
};
|
||||
script = ''
|
||||
mkdir -p /var/lib/numbus-server/${name}
|
||||
@@ -164,7 +164,7 @@ ${concatStringsSep "\n" (map (m: " - ${m}") middlewares)}
|
||||
Type = "oneshot";
|
||||
RemainAfterExit = true;
|
||||
Restart = "on-failure";
|
||||
RestartSec = "1m";
|
||||
RestartSec = "5m";
|
||||
};
|
||||
script = ''
|
||||
mkdir -p /var/lib/numbus-server/${name}
|
||||
|
||||
Reference in New Issue
Block a user