docker-compose-stacks

Metabase Docker Compose Configuration

This Docker Compose configuration allows you to set up Metabase along with a PostgreSQL database.

Version

This configuration is designed for Metabase version 3.9.

Services

Metabase

PostgreSQL

Networks

Secrets

db_password

db_user

Usage

  1. Make sure you have Docker and Docker Compose installed on your system.
  2. Create the db_password.txt and db_user.txt files with your PostgreSQL password and username, respectively.
  3. Run the following command to start Metabase and PostgreSQL:

    ```bash docker-compose up -d