is it bad to link multiple dockers to the same database?

This page summarizes the projects mentioned and recommended in the original post on /r/selfhosted

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • bitnami-docker-mariadb

    Discontinued Bitnami Docker Image for MariaDB

  • I searched online for how to link new applications to existing dbs but the process seems to differ from application to application. For example, for firefly III and bookstack, I just had to set DB_HOST, DB_USER, etc. in the environment and I was able to connect, but when trying the exact same thing for snipe-it, the application can't find my database. This link says just set `external_links` and it should connect, but I didn't get that to work (although I think it might be because my mariadb isn't a docker application), this link tells you to map some volumes (which idk how I would do for snipeit). And there are so few results on the topic, I googled "docker link existing mariadb" and most of the other stuff I got were how to install or access mariadb, so I assume almost no one else had this question, which means either this is extremely trivial and everyone knows how to do it, or this is terrible practice and nobody bothers with this.

  • pgbackup

    Automated PostgreSQL Backup on Linux

  • I do it in two steps — first execute rotating backup script (for postgres) from inside the database container, i.e. via docker exec ..., outputting results to a bind mount, and then working with that backup on host level as normal files (for which I do use visual GUI...).

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts