Categories
tech web

Docker and Database(s)

If you are reading this, I assume that you are comfortable with docker, docker compose and SQL databases like MariaDB. Most docker compose files which use a database create one instance of a database service for each stack. This is done so that each database instance is isolated and cannot be accessed by other apps. […]