Extend staging deployment lifetime

This commit is contained in:
scamiv
2026-05-26 21:58:45 +02:00
parent 07da3a3e3d
commit d0be9e26d5
+1 -1
View File
@@ -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