mirror of
https://git.sr.ht/~magic_rb/cluster
synced 2024-11-21 15:54:21 +01:00
Switch toothpick to the new docker driver
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
0402d16993
commit
839fa1f700
|
@ -151,7 +151,7 @@ job "ingress" {
|
|||
}
|
||||
|
||||
task "nginx" {
|
||||
driver = "containerd-driver"
|
||||
driver = "docker"
|
||||
|
||||
volume_mount {
|
||||
volume = "ingress-letsencrypt"
|
||||
|
@ -160,8 +160,8 @@ job "ingress" {
|
|||
}
|
||||
|
||||
config {
|
||||
flake_ref = "${var.flake_ref}#nixngSystems.ingressToothpick.config.system.build.toplevel"
|
||||
flake_sha = var.flake_sha
|
||||
nix_flake_ref = "${var.flake_ref}#nixngSystems.ingressToothpick.config.system.build.toplevel"
|
||||
nix_flake_sha = var.flake_sha
|
||||
entrypoint = [ "init" ]
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue