aaaa
This commit is contained in:
@ -22,7 +22,7 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- api
|
- api
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "80:80"
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:15.1
|
image: postgres:15.1
|
||||||
restart: always
|
restart: always
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
server {
|
server {
|
||||||
listen 3000;
|
listen 80;
|
||||||
server_name 192.168.1.121;
|
server_name 192.168.1.121;
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://react:3000/;
|
proxy_pass http://react:3000/;
|
||||||
|
|||||||
Reference in New Issue
Block a user