修改docker-compose.dev

This commit is contained in:
xie7654
2025-07-04 13:12:32 +08:00
parent 562615cd1d
commit a5807e3fba
15 changed files with 127 additions and 65 deletions

1
docker/.env.dev Normal file
View File

@@ -0,0 +1 @@
VITE_BACKEND_URL=http://localhost:8000

1
docker/.env.docker Normal file
View File

@@ -0,0 +1 @@
VITE_BACKEND_URL=http://backend:8000