Fix: Usar host único de Postgres para evitar conflictos en red compartida
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 1m5s
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 1m5s
Cambio de 'postgres' a 'lotes-postgres' para evitar errores 28P01 causados por resolución de DNS a instancias incorrectas en la red principal.
This commit is contained in:
@@ -89,7 +89,7 @@ UVA-001 (2086kg)
|
||||
- `APP_NAME` - `lotes`
|
||||
- `APP_DOMAIN` - `lotes.nucleoriofrio.com`
|
||||
- `NUXT_PUBLIC_APP_URL` - `https://lotes.nucleoriofrio.com`
|
||||
- `NUXT_POSTGRES_URL` - `postgres://seguidor:seguidor_password@postgres:5432/seguidor_lotes`
|
||||
- `NUXT_POSTGRES_URL` - `postgres://seguidor:seguidor_password@lotes-postgres:5432/seguidor_lotes`
|
||||
- `POSTGRES_USER` - `seguidor`
|
||||
- `POSTGRES_DB` - `seguidor_lotes`
|
||||
- `POSTGRES_PORT` - `5432`
|
||||
|
||||
Reference in New Issue
Block a user