Estado base antes de integración Cognito.

Incluye admin web Spring Boot, API JWT para escáner y app Flutter qrscanner con login y escaneo de pases.
This commit is contained in:
Alejandro Lara
2026-06-09 15:51:44 -06:00
commit f8468350d5
2162 changed files with 433376 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
services:
postgres:
image: postgres:16
container_name: base-admin-web-postgres
environment:
POSTGRES_DB: base_admin_web
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
ports:
- "5432:5432"
volumes:
- base_admin_web_postgres_data:/var/lib/postgresql/data
volumes:
base_admin_web_postgres_data: