feat: Integrate Formbricks and webhook functionality, updating Docker configurations, deployment guides, and asset plans.

This commit is contained in:
Marco Gallegos
2026-01-17 23:14:33 -06:00
parent 66e20d25a7
commit bedf1c028a
10 changed files with 344 additions and 78 deletions

View File

@@ -14,6 +14,8 @@ services:
- SUPABASE_SERVICE_ROLE_KEY=${SUPABASE_SERVICE_ROLE_KEY}
- RESEND_API_KEY=${RESEND_API_KEY}
- NEXT_PUBLIC_APP_URL=${NEXT_PUBLIC_APP_URL}
- NEXT_PUBLIC_FORMBRICKS_ENVIRONMENT_ID=${NEXT_PUBLIC_FORMBRICKS_ENVIRONMENT_ID}
- NEXT_PUBLIC_FORMBRICKS_API_HOST=${NEXT_PUBLIC_FORMBRICKS_API_HOST}
ports:
- "3000:3000"
networks:
@@ -23,7 +25,6 @@ services:
interval: 30s
timeout: 10s
retries: 3
# Recursos optimizados
deploy:
resources:
limits:
@@ -48,10 +49,6 @@ services:
- anchoros
networks:
- anchoros_network
# SSL termination y caching
environment:
- NGINX_ENVSUBST_TEMPLATE_DIR=/etc/nginx/templates
- NGINX_ENVSUBST_OUTPUT_DIR=/etc/nginx/conf.d
# Opcional: Redis para caching adicional
redis:
@@ -70,4 +67,4 @@ volumes:
networks:
anchoros_network:
driver: bridge
driver: bridge