File size: 214 Bytes
a598777
 
 
 
 
f7e3f1d
a598777
 
 
751cb37
 
1f269f9
1
2
3
4
5
6
7
8
9
10
11
12
FROM n8nio/n8n:latest

ENV N8N_HOST=0.0.0.0
ENV N8N_PORT=7860
ENV PORT=7860
ENV WEBHOOK_URL=https://pipalskill-n8n-automation.hf.space/
ENV N8N_PROTOCOL=https
ENV N8N_SECURE_COOKIE=false

EXPOSE 7860

CMD ["start"]