feat(ui): mejoras dashboard y entorno local con ngrok/ORCID sandbox
- Añade enlace Volver al inicio y márgenes max-w-7xl en dashboard y group - Corrige hora de última sincronización (UTC en formatDate) - Evita scroll horizontal en tabla de publicaciones - Soporta backend/.env.local y compose opcional para sandbox/ngrok - Cookie OAuth Secure en redirects HTTPS; README y .env.example
This commit is contained in:
+6
-1
@@ -7,7 +7,12 @@ services:
|
||||
ports:
|
||||
- "0.0.0.0:8072:8000"
|
||||
env_file:
|
||||
- ./backend/.env
|
||||
- path: ./backend/.env
|
||||
required: true
|
||||
# Sobrescribe claves de `.env` en local (sandbox, ngrok). En el servidor
|
||||
# no existe el fichero → Compose lo omite sin error.
|
||||
- path: ./backend/.env.local
|
||||
required: false
|
||||
environment:
|
||||
DATABASE_URL: postgresql://postgres:postgres@db:5432/orcid_db
|
||||
REDIS_URL: redis://redis:6379/0
|
||||
|
||||
Reference in New Issue
Block a user