Skip to main content

N8n

n8n Container Deployment Guide - Docker Compose, Redis, and Reverse Proxy Setup
··2126 words·10 mins
Container Platform Docker n8n redis Nginx Proxy Manager
This guide details how to deploy the n8n workflow automation platform using Docker Compose. It covers basic configuration, integrating Redis for caching, and setting up a reverse proxy via Nginx Proxy Manager for secure HTTPS access.
n8n-ffmpeg: Integrating FFmpeg with n8n Docker Images via Automated Builds
··1021 words·5 mins
Container Platform n8n Docker ffmpeg github-actions
This article introduces n8n-ffmpeg, an open-source project that extends the official n8n Docker image by pre-installing FFmpeg and automatically syncing with the latest official releases. We will explore the automated build process, the technical adjustments required by recent official changes, and how to deploy it in a production environment.