docker compose front, modulo de validacion de preguntas, crud de participante, get participantes por evento y evento por participantes

This commit is contained in:
Your Name
2025-04-04 14:39:04 -06:00
parent bc07c307cf
commit e5c6f611f4
24 changed files with 979 additions and 74 deletions
+15 -1
View File
@@ -24,10 +24,24 @@ services:
- .:/app
- /app/node_modules
ports:
- "4200:4200"
- "4204:4204"
depends_on:
- mariadb
restart: unless-stopped
front:
build: ../formularios_front
container_name: formularios_front
restart: always
depends_on:
- api
env_file:
- ../formularios_front/.env
ports:
- "4202:3000"
volumes:
mariadb_data: