mirror of
https://github.com/marcogll/AnchorOS.git
synced 2026-03-15 19:24:32 +00:00
feat: Integrate Formbricks and webhook functionality, updating Docker configurations, deployment guides, and asset plans.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user