diff --git a/Dockerfile.swoole b/Dockerfile.debian similarity index 98% rename from Dockerfile.swoole rename to Dockerfile.debian index a2573e0fc0..0d55f0a6f5 100755 --- a/Dockerfile.swoole +++ b/Dockerfile.debian @@ -92,6 +92,8 @@ ENV TZ=Asia/Tel_Aviv \ _APP_STATSD_PORT=8125 \ _APP_SMTP_HOST=smtp \ _APP_SMTP_PORT=25 \ + _APP_FUNCTIONS_TIMEOUT=900 \ + _APP_FUNCTIONS_CONTAINERS=10 \ _APP_SETUP=self-hosted \ _APP_VERSION=$VERSION #ENV _APP_SMTP_SECURE '' @@ -175,4 +177,4 @@ EXPOSE 80 #, "-dxdebug.profiler_enable=1" #, "-dopcache.preload=opcache.preload=/usr/src/code/app/preload.php" -CMD [ "php", "app/server.php", "-dopcache.preload=opcache.preload=/usr/src/code/app/preload.php" ] +CMD [ "php", "app/server.php", "-dopcache.preload=opcache.preload=/usr/src/code/app/preload.php" ] \ No newline at end of file