fix: Usar prefijo NUXT_ para variables de runtime config
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 3m13s
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 3m13s
This commit is contained in:
@@ -11,9 +11,9 @@ services:
|
||||
- NODE_ENV=production
|
||||
- NUXT_HOST=0.0.0.0
|
||||
- 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
|
||||
- MASTER_API_KEY=${MASTER_API_KEY}
|
||||
- NUXT_MASTER_API_KEY=${MASTER_API_KEY}
|
||||
networks:
|
||||
- principal
|
||||
labels:
|
||||
|
||||
Reference in New Issue
Block a user