Merge branch 'feature/facturas' into development

This commit is contained in:
AlexeerCT
2025-12-24 15:07:10 -06:00
49 changed files with 4899 additions and 6443 deletions

View File

@@ -1,14 +1,13 @@
services:
# PostgreSQL - Base de datos core (app)
postgres-a76:
image: postgres:16-alpine
image: postgres:18-alpine
container_name: anexo76-postgres-a76
environment:
POSTGRES_DB: anexo76_core
POSTGRES_USER: postgres
POSTGRES_PASSWORD: ${POSTGRES_APP_PASSWORD:-postgres}
POSTGRES_INITDB_ARGS: "--encoding=UTF8"
PGDATA: /var/lib/postgresql/data/pgdata
ports:
- "5432:5432"
volumes:
@@ -38,14 +37,13 @@ services:
# PostgreSQL - Base de datos Keycloak
postgres-keycloak:
image: postgres:16-alpine
image: postgres:18-alpine
container_name: anexo76-postgres-keycloak
environment:
POSTGRES_DB: keycloak
POSTGRES_USER: postgres
POSTGRES_PASSWORD: ${POSTGRES_KEYCLOAK_PASSWORD:-postgres}
POSTGRES_INITDB_ARGS: "--encoding=UTF8"
PGDATA: /var/lib/postgresql/data/pgdata
ports:
- "5433:5432"
volumes: