/metabase-standalone

Just Metabase + a postgres DB as the app DB

Primary LanguagePython

Metabase Standalone

This is a docker-compose project that sets up a Metabase standalone instance along with a PostgreSQL database.

Prerequisites

  • Docker
  • Docker Compose

Usage

  1. Clone this repository:

    git clone https://github.com/your-username/metabase-standalone.git
  2. Navigate to the project directory:

    cd metabase-standalone
  3. Start the services:

    docker-compose up -d
  4. Wait for the services to start up. You can check the logs for each service using the following command:

    docker-compose logs -f <service-name>

    Replace <service-name> with metabase-standalone, postgres-app-db, or setup-postgres.

  5. Once the services are up and running, you can access Metabase by opening your web browser and navigating to http://localhost:3000.

Credentials

username: a@b.com password: metabot1