앱 코드에서 참조하지 않는 서비스들을 compose와 env 템플릿에서 제거. n8n이 다시 필요해지면 ~/stacks/ 아래 독립 스택으로 구성 권장. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -22,18 +22,6 @@ REFRESH_SECRET=
|
||||
# Gemini API Key
|
||||
JEMINI_KEY=
|
||||
|
||||
# n8n Configuration
|
||||
N8N_PORT=5678
|
||||
N8N_DB_USER=n8n
|
||||
N8N_DB_PASSWORD=
|
||||
N8N_DB_NAME=n8n_database
|
||||
POSTGRES_USER=n8n
|
||||
POSTGRES_PASSWORD=
|
||||
POSTGRES_DB=n8n_database
|
||||
|
||||
# Ports
|
||||
BACKEND_PORT=54530
|
||||
FRONTEND_PORT=55110
|
||||
|
||||
# n8n Security
|
||||
N8N_ENCRYPTION_KEY=
|
||||
|
||||
Reference in New Issue
Block a user