실서버에 환경변수 추가
This commit is contained in:
parent
0776e7cd4c
commit
101db2dfa2
|
|
@ -45,6 +45,7 @@ services:
|
|||
environment:
|
||||
NODE_ENV: production
|
||||
NEXT_PUBLIC_API_URL: https://api.vexplor.com/api
|
||||
SERVER_API_URL: "http://backend:3001"
|
||||
NEXT_TELEMETRY_DISABLED: "1"
|
||||
PORT: "3000"
|
||||
HOSTNAME: 0.0.0.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue