Fix Docker Compose: add PYTHONPATH for Alembic, use port 8100, fix Vite proxy for container networking

This commit is contained in:
root
2026-03-30 23:06:52 -05:00
parent 90945932ad
commit 3303cd1507
2 changed files with 5 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ export default defineConfig({
server: {
proxy: {
'/api': {
target: 'http://localhost:8000',
target: 'http://backend:8000',
changeOrigin: true,
},
},