Sfoglia il codice sorgente

Adding uwsgi_options

Boris Aguilar 4 anni fa
parent
commit
a7b0080f89
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      backend/docker-compose.yml

+ 1 - 0
backend/docker-compose.yml

@@ -35,6 +35,7 @@ services:
       WEB2PY_ADMIN_SECURITY_BYPASS: "true"
       db_migrate: "true"
       settings_cors_allowed: '["${FRONTEND_URL}", "http://localhost:9000"]'
+      UWSGI_OPTIONS: '-M -T -i -p 4 -t 60'
     image: "hub.botprotec.com/botpro/botpro-backend:${VERSION_TAG}"
     command: uwsgi
     ports: