arreglados nombres del deploy
Some checks failed
Deploy conversation layer / deploy (push) Failing after 4s

This commit is contained in:
2025-06-04 19:59:20 -06:00
parent 3dacc503d8
commit a160b1aee3
2 changed files with 11 additions and 11 deletions

View File

@@ -21,14 +21,14 @@ jobs:
- name: Remove old images - name: Remove old images
run: | run: |
docker rmi -f gitea.interno.com/nucleo000/conversation-whatsapp-router:latest || true docker rmi -f gitea.interno.com/nucleo000/whatsapp-router:latest || true
docker rmi -f gitea.interno.com/nucleo000/conversation-chat-ui:latest || true docker rmi -f gitea.interno.com/nucleo000/conversation-chat-ui:latest || true
- name: Mirror open-wa image to Gitea - name: Mirror open-wa image to Gitea
run: | run: |
docker pull openwa/wa-automate:latest docker pull openwa/wa-automate:latest
docker tag openwa/wa-automate:latest gitea.interno.com/nucleo000/conversation-openwa:latest docker tag openwa/wa-automate:latest gitea.interno.com/nucleo000/nucleo-whatsapp:latest
docker push gitea.interno.com/nucleo000/conversation-openwa:latest docker push gitea.interno.com/nucleo000/nucleo-whatsapp:latest
docker rmi openwa/wa-automate:latest docker rmi openwa/wa-automate:latest
- name: Build and push stack images - name: Build and push stack images

View File

@@ -1,23 +1,23 @@
version: '3.9' version: '3.9'
services: services:
openwa: openwa:
image: gitea.interno.com/nucleo000/conversation-openwa:latest image: gitea.interno.com/nucleo000/nucleo-whatsapp:latest
container_name: conversation-openwa container_name: nucleo-whatsapp
environment: environment:
- WEBHOOK_URL=http://whatsapp-router:3001/webhook - WEBHOOK_URL=http://whatsapp-router:3001/webhook
- PORT=8080 - PORT=8080
- API_HOST=0.0.0.0 # - API_HOST=0.0.0.0
ports: ports:
- "8080:8080" - "8080:8080"
volumes: volumes:
- openwa_data:/usr/src/app/session - nucleo_whatsapp_sessions:/sessions
whatsapp-router: whatsapp-router:
build: ./whatsapp-router build: ./whatsapp-router
image: gitea.interno.com/nucleo000/conversation-whatsapp-router:latest image: gitea.interno.com/nucleo000/whatsapp-router:latest
container_name: conversation-whatsapp-router container_name: nucleo-whatsapp
environment: environment:
- LLM_AGENT_URL=http://llm-agent:8000 # - LLM_AGENT_URL=http://llm-agent:8000
- OPEN_WA_URL=http://openwa:8080 - OPEN_WA_URL=http://openwa:8080
ports: ports:
- "3001:3001" - "3001:3001"
@@ -29,7 +29,7 @@ services:
environment: environment:
- LLM_AGENT_URL=http://llm-agent:8000 - LLM_AGENT_URL=http://llm-agent:8000
ports: ports:
- "3000:3000" - "3015:3000"
volumes: volumes:
openwa_data: openwa_data: