fix: atualiza variáveis de ambiente do frontend para usar URLs públicas
This commit is contained in:
parent
1226f92d42
commit
c6765024bb
1 changed files with 2 additions and 0 deletions
|
|
@ -46,6 +46,8 @@ services:
|
||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
environment:
|
environment:
|
||||||
- NEXT_PUBLIC_API_URL=https://api-ghj.rede5.com.br
|
- NEXT_PUBLIC_API_URL=https://api-ghj.rede5.com.br
|
||||||
|
- API_URL=https://api-ghj.rede5.com.br
|
||||||
|
- BACKOFFICE_URL=https://api-ghj.rede5.com.br
|
||||||
- NODE_ENV=development
|
- NODE_ENV=development
|
||||||
volumes:
|
volumes:
|
||||||
- ./frontend:/app
|
- ./frontend:/app
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue