feature(Updated docker compose): Update frontend compose to use nginx

This commit is contained in:
Devoalda 2023-10-31 10:08:51 +08:00
parent 14ddd6d4ef
commit 658ded955e
1 changed files with 2 additions and 2 deletions

View File

@ -33,11 +33,11 @@ services:
- dbnet
frontend:
image: amusement3004/safeshare-frontend:latest
image: itsmexrando/safeshare-frontend:latest
restart:
always
ports:
- "3000:3000" # Map container port 3000 to host port 3000
- "80:80" # Map container port 3000 to host port 3000
environment:
- REACT_APP_API_HOST=http://127.0.0.1
- REACT_APP_API_PORT=8000