[ADN] Commit final DB-First - Actualización completa de documentación, herramientas y componentes
This commit is contained in:
@@ -5,7 +5,9 @@ services:
|
||||
POSTGRES_USER: dtic_user
|
||||
POSTGRES_PASSWORD: dtic_pass_2026
|
||||
POSTGRES_DB: dtic_bitacoras
|
||||
TZ: America/Argentina/Buenos_Aires
|
||||
restart: unless-stopped
|
||||
command: ["postgres", "-c", "timezone=America/Argentina/Buenos_Aires"]
|
||||
ports:
|
||||
- "5433:5432"
|
||||
volumes:
|
||||
@@ -28,6 +30,7 @@ services:
|
||||
DATABASE_URL: postgres://dtic_user:dtic_pass_2026@postgres:5432/dtic_bitacoras
|
||||
JWT_SECRET: dtic_bitacoras_secret_2026
|
||||
CORS_ORIGIN: "*"
|
||||
TZ: America/Argentina/Buenos_Aires
|
||||
depends_on:
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
@@ -41,6 +44,7 @@ services:
|
||||
- "5174:5173"
|
||||
environment:
|
||||
VITE_API_URL: /bitacoras/api
|
||||
TZ: America/Argentina/Buenos_Aires
|
||||
depends_on:
|
||||
- api
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user