8n8 / Dockerfile
tang-x's picture
Update Dockerfile
cbfaed0 verified
raw
history blame contribute delete
295 Bytes
FROM deluxebear/n8n:chs
EXPOSE 7860
# 基础配置
ENV N8N_HOST=0.0.0.0
ENV N8N_PORT=7860
ENV N8N_RUNNERS_ENABLED=true
# 设置中文语言
ENV N8N_DEFAULT_LOCALE=zh-CN
# 启用企业版功能(开发测试用)
ENV N8N_ENTERPRISE_MOCK=true
# 设置开发环境
ENV NODE_ENV=development