mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 08:20:50 +00:00
Extend staging deployment lifetime
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user