fix(frontend): corrigir formatacao da secao Lattes e configurar acesso Oracle CAPES

- Adicionar estilos CSS para secao Lattes (titulacoes em badges separados)
- Montar arquivo .env no container backend para carregar credenciais Oracle CAPES
- Configurar DNS da VPN CAPES no docker-compose para resolucao de hostnames
This commit is contained in:
Frederico Castro
2025-12-26 20:43:05 -03:00
parent 919d95d1e8
commit 962cea0fd9
2 changed files with 93 additions and 0 deletions

View File

@@ -13,6 +13,10 @@ services:
- ./backend/.env
extra_hosts:
- "host.docker.internal:host-gateway"
dns:
- 172.19.100.16
- 172.19.100.17
- 8.8.8.8
environment:
- API_HOST=0.0.0.0
- API_PORT=8000
@@ -23,6 +27,8 @@ services:
- ./backend/src:/app/src
- ./backend/scripts:/app/scripts
- ./backend/static:/app/static
- ./backend/.env:/app/.env:ro
- ./backend/instantclient_23_7:/opt/oracle/instantclient_23_7:ro
- /etc/localtime:/etc/localtime:ro
networks:
- shared_network