Skip to content

Commit

Permalink
ajuste de tag de versão de imagem para 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Fábio Cavalcanti committed Dec 12, 2024
1 parent 08cc601 commit 6a92dc0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"

services:
transcricaoaudio:
image: impacteai/transcrevezap:latest
image: impacteai/transcrevezap:1.0
build: .
networks:
- suarededocker #troque pela sua rede do docker
Expand Down
7 changes: 4 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Transcrição e Resumo de Áudios no WhatsApp usando Python
# TranscreveZAP 1.0
## Transcrição e Resumo de Áudios no WhatsApp usando Python

![ImpacteAI](./fluxo.png)

Expand Down Expand Up @@ -83,7 +84,7 @@ http://127.0.0.1:8005/transcreve-audios
version: "3.7"
services:
transcricaoaudio:
image: impacteai/transcrevezap:latest
image: impacteai/transcrevezap:1.0
ports:
- 8005:8005
environment:
Expand All @@ -105,7 +106,7 @@ version: "3.7"

services:
transcricaoaudio:
image: impacteai/transcrevezap:latest
image: impacteai/transcrevezap:1.0
build: .
networks:
- suarededocker #troque pela sua rede do docker
Expand Down

0 comments on commit 6a92dc0

Please sign in to comment.