Feat: Actualizar homepage con branding RioCata y ajustar configuración
Some checks failed
build-and-deploy / build-and-deploy (push) Failing after 2m16s
Some checks failed
build-and-deploy / build-and-deploy (push) Failing after 2m16s
This commit is contained in:
20
.env.example
20
.env.example
@@ -10,22 +10,32 @@
|
||||
# REGISTRY & DEPLOYMENT
|
||||
# ===========================================
|
||||
# URL del registro Docker (sin http:// ni https://)
|
||||
# Para registry de Gitea: gitea.ejemplo.com
|
||||
# Para registry de Gitea: gitea.nucleoriofrio.com
|
||||
# El owner del repositorio se agrega automáticamente en el workflow
|
||||
# Imagen final: REGISTRY_URL/owner/APP_NAME:latest
|
||||
REGISTRY_URL=gitea.ejemplo.com
|
||||
REGISTRY_URL=gitea.nucleoriofrio.com
|
||||
|
||||
# Nombre de la aplicación (usado para container, imagen, y labels de Traefik)
|
||||
APP_NAME=mi-app
|
||||
APP_NAME=riocata
|
||||
|
||||
# Dominio donde se desplegará la aplicación
|
||||
APP_DOMAIN=miapp.ejemplo.com
|
||||
APP_DOMAIN=riocata.nucleoriofrio.com
|
||||
|
||||
# ===========================================
|
||||
# APPLICATION
|
||||
# ===========================================
|
||||
# URL pública de la aplicación
|
||||
NUXT_PUBLIC_APP_URL=https://miapp.ejemplo.com
|
||||
NUXT_PUBLIC_APP_URL=https://riocata.nucleoriofrio.com
|
||||
|
||||
# ===========================================
|
||||
# DATABASE
|
||||
# ===========================================
|
||||
# Base de datos PostgreSQL
|
||||
POSTGRES_DB=riocata
|
||||
POSTGRES_USER=riocata_user
|
||||
|
||||
# Contraseña de PostgreSQL (SECRETO)
|
||||
POSTGRES_PASSWORD=cambiar-en-produccion
|
||||
|
||||
# ===========================================
|
||||
# REGISTRY AUTHENTICATION (solo para CI/CD)
|
||||
|
||||
Reference in New Issue
Block a user