From d0be9e26d55fadde61d5ba55fc33ed844371cfc4 Mon Sep 17 00:00:00 2001 From: scamiv <6170744+scamiv@users.noreply.github.com> Date: Tue, 26 May 2026 21:58:45 +0200 Subject: [PATCH] Extend staging deployment lifetime --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e5e01590e..3fb9420a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -77,7 +77,7 @@ ENV GIT_COMMIT="$GIT_COMMIT" RUN <<'EOF' tee /usr/local/bin/start.sh #!/bin/sh if [ "$DOMAIN" = openfront.dev ] && [ "$SUBDOMAIN" != main ]; then - exec timeout 25h /usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf + exec timeout 720h /usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf else exec /usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf fi