add 64bit contrainst to ttrss

This commit is contained in:
vincent 2022-09-18 14:50:21 +02:00
parent 7f9c734981
commit 9b0b4954b2

View File

@ -2,6 +2,11 @@ job "tt-rss" {
datacenters = ["homelab"]
type = "service"
constraint {
attribute = "${attr.cpu.arch}"
value = "amd64"
}
group "tt-rss" {
ephemeral_disk {