From 2554dc011f08e642354ab5587b112898f409040c Mon Sep 17 00:00:00 2001 From: evanpelle Date: Mon, 13 Apr 2026 08:37:01 -0700 Subject: [PATCH] increasing staging deployments ttl from 18h=>25h --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 193f300b8..e5e01590e 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 18h /usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf + exec timeout 25h /usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf else exec /usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf fi