Update docker-compose.yml (#1328)

Problems with Docker Compose not being able to find the backend
This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-02-15 10:52:15 -03:00 committed by GitHub
commit c3d4cb1551
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,6 +22,8 @@ services:
dockerfile: ./cdk.Dockerfile
args:
- BACKEND_URL=http://backend:7860
depends_on:
- backend
environment:
- VITE_PROXY_TARGET=http://backend:7860
ports: