Update docker-compose.yml

Problems with Docker Compose not being able to find the backend
This commit is contained in:
YoungWook KIM 2024-01-12 09:59:47 +09:00 committed by GitHub
commit 5d857e98db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: