Parcourir la source

updating to work with uwsgi

Boris Aguilar il y a 4 ans
Parent
commit
b745a38ddd
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      backend/docker-compose.yml

+ 1 - 0
backend/docker-compose.yml

@@ -36,6 +36,7 @@ services:
       db_migrate: "true"
       settings_cors_allowed: '["${FRONTEND_URL}", "http://localhost:9000"]'
     image: "hub.botprotec.com/botpro/botpro-backend:${VERSION_TAG}"
+    command: uwsgi
     ports:
       - "${WEB_PORT}:8080"
     networks: