config(Deploy): use environment to config api server.

This commit is contained in:
2025-04-04 18:28:10 -05:00
parent 8a855be105
commit 459a028891
4 changed files with 5 additions and 4 deletions

View File

@@ -7,4 +7,7 @@ services:
- ./:/app/
ports:
- "7001:3000"
environment:
- VITE_DJANGO_BASE_URL=http://localhost:7000
- VITE_API_IMPLEMENTATION=django