Sync the self-hosting stack (8342e2e)

This commit is contained in:
2026-08-21 11:48:47 +02:00
parent 38ec167acd
commit 78a3202305
4 changed files with 59 additions and 15 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
services:
# Runs once per `up`, copies its payload into the shared volume, exits. Not a server.
agent-releases:
image: ${JARVIS_IMAGE_AGENT:-git.luxit.be/luxit/jarvis-agent-dist:latest}
image: ${JARVIS_IMAGE_AGENT:-git.luxit.be/luxit/jarvis-agent-dist:stable}
# Explicit, because the default would be wrong the moment somebody copies this block: a
# restarting one-shot is an infinite loop, and Compose's own default policy is already "no".
restart: "no"