mirror of
https://github.com/escalante29/WealthySmart.git
synced 2026-07-17 10:08:46 +02:00
Add manual salary entry
This commit is contained in:
@@ -60,6 +60,9 @@ services:
|
||||
- "5175:3000"
|
||||
environment:
|
||||
NODE_ENV: development
|
||||
# Vite runs inside this container, so localhost would refer to the
|
||||
# frontend rather than the Python service.
|
||||
BACKEND_URL: http://backend:8000
|
||||
AGENT_URL: http://backend:8000/api/v1/agent/agui
|
||||
depends_on:
|
||||
- backend
|
||||
|
||||
Reference in New Issue
Block a user