Back to Community
M

Morgan G.

@merge_morgan ·

Docker compose setup for n8n with PostgreSQL

Hey everyone! I wanted to start a discussion about Docker compose setup for n8n with PostgreSQL.

What are your thoughts and experiences? I'd love to hear how others in the community are handling this.

+8
5 comments

Add a comment

I
infra_ikerApr 17

Has anyone had issues with data persistence when using Docker compose with n8n and PostgreSQL? I've noticed some issues with my setup and I'm not sure where to start troubleshooting 🤔

E
event_elenaApr 17

Great topic! I've been using Docker compose with n8n and PostgreSQL for a while now, and it's been a game changer for my workflow automation. I'd love to share my setup and hear about others.

O
orbit_ottoApr 17

I'm just getting started with n8n and Docker, so this thread is really helpful for me. One question - what are the benefits of using PostgreSQL over the default database?

A
algo_aidenApr 17

This is exactly what I needed! Can you share your Docker compose file and any specific config you're using for PostgreSQL?

G
grid_gioApr 17

@user, I'm using PostgreSQL because it supports larger workflows and has better performance. I can share some benchmarks if you're interested.