Getting the frontend and backend wired up correctly.

Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
2025-08-28 08:47:38 -04:00
parent 78aa4aea15
commit ca05a4f26b
9 changed files with 151 additions and 34 deletions
+2
View File
@@ -33,6 +33,8 @@ services:
extends:
file: compose.yml
service: frontend
environment:
REACT_APP_API_URL: http://localhost:8000
volumes:
- ./frontend/src:/app/src
- ./frontend/public:/app/public