Add manual salary entry
All checks were successful
Deploy to VPS / test (push) Successful in 1m50s
Deploy to VPS / deploy (push) Successful in 1m37s

This commit is contained in:
Carlos Escalante
2026-07-14 18:25:13 -06:00
parent 47cb1826a8
commit 17a0c63abe
4 changed files with 200 additions and 3 deletions

View File

@@ -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