Public Access
mirror of
https://github.com/xlorepdarkhelm/numinar-coding-project.git
synced 2026-09-11 02:23:22 -04:00
Getting the frontend and backend wired up correctly.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user