Complete implementation ready for Coolify: - Node.js 22 + Fastify + socket.io backend - PostgreSQL 16 + Redis 7 services - Docker Compose configuration - Deployment scripts and documentation Co-Authored-By: Paperclip <noreply@paperclip.ing>
27 lines
636 B
Text
27 lines
636 B
Text
# AgentHub LAN Environment — Phase 1
|
|
# Generated: 2026-05-01
|
|
# Target: 192.168.9.23 (Ubuntu LAN server)
|
|
|
|
# Database
|
|
DATABASE_URL=postgresql://agenthub:xo9QpEShrrxndZWB6pjuevfqUSzLZMj0@postgres:5432/agenthub
|
|
POSTGRES_USER=agenthub
|
|
POSTGRES_PASSWORD=xo9QpEShrrxndZWB6pjuevfqUSzLZMj0
|
|
POSTGRES_DB=agenthub
|
|
|
|
# Redis
|
|
REDIS_URL=redis://redis:6379
|
|
|
|
# JWT (32+ bytes base64)
|
|
JWT_SECRET=AXu4tSRK7sgznjjaXjAPBPHmMEvoKxmyQJQTcXZ1OPk=
|
|
|
|
# Application
|
|
NODE_ENV=production
|
|
HOST=0.0.0.0
|
|
PORT=3000
|
|
LOG_LEVEL=info
|
|
|
|
# CORS (LAN subnet — ajuster selon votre réseau)
|
|
ALLOWED_ORIGINS=http://192.168.9.0/24
|
|
|
|
# Feature flags
|
|
FEATURE_MESSAGING_ENABLED=true
|