Update Compose file
This commit is contained in:
parent
3373b4581c
commit
c3581e091e
|
@ -40,8 +40,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "80:80" # 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=safeshare
|
||||||
- REACT_APP_API_PORT=8000
|
|
||||||
networks:
|
networks:
|
||||||
- dbnet
|
- dbnet
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue