• 25 Posts
  • 90 Comments
Joined 10 months ago
cake
Cake day: August 26th, 2023

help-circle




















  • I have had one database container for each service, because “if something happens”…

    Now I have one container for all databases for postgres, finetuned with PGTune, never regretted it. Important is proper backup, like datadump with pg_dumpall

    More performance, less overhead. If you are confident enough and experienced in docker, then use postgres on your host instead of a container. But one container for all databases is okay too.

    Some people will disagree and this is fine, but this is my way to manage it. It is not this complicated ☺️