mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 08:20:50 +00:00
increasing staging deployments ttl from 18h=>25h
This commit is contained in:
+1
-1
@@ -77,7 +77,7 @@ ENV GIT_COMMIT="$GIT_COMMIT"
|
|||||||
RUN <<'EOF' tee /usr/local/bin/start.sh
|
RUN <<'EOF' tee /usr/local/bin/start.sh
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
if [ "$DOMAIN" = openfront.dev ] && [ "$SUBDOMAIN" != main ]; then
|
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
|
else
|
||||||
exec /usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf
|
exec /usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user