What is this? This is basically the ‘nextcloud version’ of this n8n post. It’s the ‘other pod’ that I setup in my multi-pod environment. Directory Comments For the directory structure to hold this setup, if you want to copy exactly what I did, you can copy and paste this next block of commands navigate to your HOME directory and run…
Tag: pod
SETTING UP N8N IN MULTI-POD CONTAINER ENVIRONMENT ON UBUNTU WITH CADDY
What is this? This is a kind of ‘partner post’ to go alongside this detailed n8n configuration post. I wanted to keep the configuration details a bit separated and the kind of ‘networking and connecting’ stuff on it’s own here. At this point, we will assume that you have been able to get the n8n container going with the postgres…
EXAMPLE PODMAN-COMPOSE YAML FILE FOR N8N ON UBUNTU SERVER
What is this? After a grueling battle with both learning Podman and getting better with containers, Caddy, databases, etc, I finally came up with a nice podman-compose.yaml file that works well for me in a MULTI-POD / MULTI-CONTAINER environment. I wanted to share it just so that others could see how I set it up and maybe use it as…