Explorar el Código

Adding correct image for pythonrq worker

Boris Aguilar hace 5 años
padre
commit
fe6830a5fc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      backend/docker-compose.yml

+ 1 - 1
backend/docker-compose.yml

@@ -50,7 +50,7 @@ services:
       smtp_login: "${smtp_login}"
       setup_done: "true"
       db_migrate: "false"
-    image: "hub.botprotec.com/botpro/botpro-backend:${VERSION_TAG}"
+    image: "hub.botprotec.com/botpro/botpro-backend-rq-worker:${VERSION_TAG}"
     networks:
       - botpronet
   web2py-rq-worker-low: