fix: atualiza variáveis de ambiente do frontend para usar URLs públicas

This commit is contained in:
GoHorse Deploy 2026-03-07 17:55:05 -03:00
parent 1226f92d42
commit c6765024bb

View file

@ -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