Update docker-compose.yml
Problems with Docker Compose not being able to find the backend
This commit is contained in:
parent
13fdc62fde
commit
5d857e98db
1 changed files with 2 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue