mastodon streaming was split out of the main docker image, use a different docker image

This commit is contained in:
Octopus Octopus 2024-04-01 21:07:14 -05:00
parent 04c554cdef
commit 288c2ed1be
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ RequiresMountsFor=/var/lib/containers/storage /var/run/containers/storage
Environment=PODMAN_SYSTEMD_UNIT=%n Environment=PODMAN_SYSTEMD_UNIT=%n
Restart=on-failure Restart=on-failure
TimeoutStopSec=70 TimeoutStopSec=70
ExecStart=/usr/bin/podman run -d --name mastodon-streaming --net external_network --net internal_network --restart always --env-file %h/live/.env.production --health-cmd "CMD-SHELL,wget -q --spider --proxy=off localhost:4000/api/v1/streaming/health || exit 1" -p 127.0.0.1:4000:4000 localhost/jademoe node ./streaming ExecStart=/usr/bin/podman run -d --name mastodon-streaming --net external_network --net internal_network --restart always --env-file %h/live/.env.production --health-cmd "CMD-SHELL,wget -q --spider --proxy=off localhost:4000/api/v1/streaming/health || exit 1" -p 127.0.0.1:4000:4000 localhost/jadestream /bin/node ./streaming
ExecStop=/usr/bin/podman stop mastodon-streaming ExecStop=/usr/bin/podman stop mastodon-streaming
ExecStopPost=/usr/bin/podman rm mastodon-streaming ExecStopPost=/usr/bin/podman rm mastodon-streaming