The simplest and fastest way to install Supabase is to use the Portainer template prepared by our team. This method minimizes manual configuration and allows you to deploy a stable, ready-to-use setup in just a few minutes. Requirements: In local instance navigate to Templates and select Application, find Supabase template and set necessary fields like passwords, JWT […]
Articles Tagged: Database
Installing PostgreSQL database server via Portainer template
PostgreSQL is a powerful, open source object-relational database system that is easy to deploy in containers. In this article, we will look at how to quickly install a PostgreSQL server in Portainer using a ready-made template.
Add and manage MySQL database and users
MySQL database, or website database, is a SQL DB that consists of several related tables in which all information about the website is saved. The database includes data tables (objects), data types, users, groups, statistics, etc.