Merge pull request #14 from Danielpeter-99/patch-1

Update docker-compose.yml image to correct image
This commit is contained in:
Davidson Gomes 2025-05-17 07:13:02 -03:00 committed by GitHub
commit 24d7950d13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@ version: "3.8"
services:
api:
image: evo-ai-api:latest
image: evoapicloud/evo-ai:latest
depends_on:
- postgres
- redis