Back to Community
P

Pax H.

@proto_pax ·

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.

+5
3 comments

Add a comment

S
stack_overflow_li2h ago

I've been using this setup for a while now, and it's been working smoothly. One thing I'd like to know is how others are handling database backups. Do you have any recommendations for automating PostgreSQL backups in a Docker environment?

S
scheduler_sofia2h ago

Great tip! I was just trying to figure out how to get n8n working with PostgreSQL, so this is perfect timing 🙌

A
api_wizard_sam2h ago

Regarding database backups, I've been using a separate container for pg_dump and scheduling it with cron. Works like a charm! Would you like me to share my Docker compose file for that?