feature(Updated docker compose): Update frontend compose to use nginx
This commit is contained in:
parent
14ddd6d4ef
commit
658ded955e
|
@ -33,11 +33,11 @@ services:
|
||||||
- dbnet
|
- dbnet
|
||||||
|
|
||||||
frontend:
|
frontend:
|
||||||
image: amusement3004/safeshare-frontend:latest
|
image: itsmexrando/safeshare-frontend:latest
|
||||||
restart:
|
restart:
|
||||||
always
|
always
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000" # Map container port 3000 to host port 3000
|
- "80:80" # Map container port 3000 to host port 3000
|
||||||
environment:
|
environment:
|
||||||
- REACT_APP_API_HOST=http://127.0.0.1
|
- REACT_APP_API_HOST=http://127.0.0.1
|
||||||
- REACT_APP_API_PORT=8000
|
- REACT_APP_API_PORT=8000
|
||||||
|
|
Loading…
Reference in New Issue