Añadido soporte para autenticación con Google y ajustes en la configuración del entorno

This commit is contained in:
Mireya Cueto Garrido
2026-04-13 11:08:14 +02:00
parent f216ddea80
commit 040989bdfc
4 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -1,5 +1,3 @@
version: "3.9"
services:
backend:
build:
@@ -11,6 +9,8 @@ services:
- ./backend:/app
depends_on:
- db
env_file:
- backend\.env
frontend:
build: