Tags: Docker

  • Don't Run Docker Postgres for Production!

    November 20, 2025 in Database

    Don't Run Docker Postgres for Production!

    Tons of users running the official docker postgres image got burned during recent minor version upgrades. A friendly reminder: think twice before containerizing production databases.

    Tons of users running the official docker postgres image got burned during recent minor version upgrades. A friendly reminder: think twice before containerizing production databases.

  • Self-Hosting Dify with PG, PGVector, and Pigsty

    June 22, 2024 in PostgreSQL

    Self-Hosting Dify with PG, PGVector, and Pigsty

    Dify is an open-source LLM app development platform. This article explains how to self-host Dify using Pigsty.

    Dify is an open-source LLM app development platform. This article explains how to self-host Dify using Pigsty.

  • Is running postgres in docker a good idea?

    January 13, 2019 in Database

    Is running postgres in docker a good idea?

    Thou shalt not run a prod database inside a container

    Thou shalt not run a prod database inside a container