Merge pull request #10 from uja-dev-practices/feature/backend-v4

feat: implement ORCID OAuth callback and update environment configura…
This commit is contained in:
Mireya Cueto Garrido
2026-04-29 12:20:24 +02:00
committed by GitHub
4 changed files with 52 additions and 19 deletions
+1
View File
@@ -11,6 +11,7 @@ services:
environment:
DATABASE_URL: postgresql://postgres:postgres@db:5432/orcid_db
REDIS_URL: redis://redis:6379/0
ORCID_REDIRECT_URI: https://willfully-brunette-antennae.ngrok-free.dev/callback
depends_on:
db:
condition: service_healthy