nomad

HCL and Docker files for Nomad deployments
git clone https://git.in0rdr.ch/nomad.git
Log | Files | Refs | Pull requests

commit c814fd4484fb2e8edca7619b32eaaa657a65a6aa
parent 54c8c556e7c431a108e55d488c2b1debb798ef95
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Thu, 24 Oct 2024 23:36:59 +0200

fix(mastodon): streaming image

Diffstat:
Mhcl/default/mastodon/mastodon.nomad | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hcl/default/mastodon/mastodon.nomad b/hcl/default/mastodon/mastodon.nomad @@ -130,7 +130,7 @@ job "mastodon" { driver = "podman" config { - image = "docker.io/tootsuite/mastodon:latest" + image = "ghcr.io/mastodon/mastodon-streaming:latest" force_pull = true ports = ["mastodon_streaming"] command = "node" @@ -156,7 +156,7 @@ job "mastodon" { config { image = "docker.io/tootsuite/mastodon:latest" force_pull = true - command = "/opt/ruby/bin/bundle" + command = "bundle" args = ["exec", "sidekiq"] }