fix: Usar prefijo NUXT_ para variables de runtime config
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 3m13s

This commit is contained in:
2025-12-02 18:30:38 -06:00
parent 37b009f658
commit c78c4fc213

View File

@@ -11,9 +11,9 @@ services:
- NODE_ENV=production - NODE_ENV=production
- NUXT_HOST=0.0.0.0 - NUXT_HOST=0.0.0.0
- NUXT_PORT=3000 - NUXT_PORT=3000
- DATABASE_URL=postgresql://whatsapp:${POSTGRES_PASSWORD}@${APP_NAME}-postgres:5432/whatsapp - NUXT_DATABASE_URL=postgresql://whatsapp:${POSTGRES_PASSWORD}@${APP_NAME}-postgres:5432/whatsapp
- NUXT_PUBLIC_AUTHENTIK_URL=https://authentik.nucleoriofrio.com - NUXT_PUBLIC_AUTHENTIK_URL=https://authentik.nucleoriofrio.com
- MASTER_API_KEY=${MASTER_API_KEY} - NUXT_MASTER_API_KEY=${MASTER_API_KEY}
networks: networks:
- principal - principal
labels: labels: