Added the correct options to multiple containers.
This commit is contained in:
@@ -12,7 +12,7 @@ helper.mkPodmanService {
|
||||
description = "Traefik reverse proxy, one to rule them all";
|
||||
pod = "false";
|
||||
reverseProxied = false;
|
||||
dependencies = [ "${config.numbus.services.dns}.service" ];
|
||||
dependencies = [ "network.target" "multi-user.target" ];
|
||||
configDir = false;
|
||||
delaySec = 10;
|
||||
|
||||
@@ -28,6 +28,7 @@ helper.mkPodmanService {
|
||||
default = "ERROR";
|
||||
description = "The level of detail Traefik should print in the logs.";
|
||||
};
|
||||
# traefikDynamicConfigDir referenced at global.nix
|
||||
};
|
||||
|
||||
composeText = ''
|
||||
|
||||
Reference in New Issue
Block a user