Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Issue #1910] Configure a local Metabase instance #1914

Merged
merged 2 commits into from
May 3, 2024

Conversation

coilysiren
Copy link
Collaborator

@coilysiren coilysiren commented May 3, 2024

Summary

Fixes #1910

Time to review: 2 mins

Changes proposed

Adds Metabase to the analytics docker compose file

Context for reviewers

This PR simply configures that local Metabase instance so that it stands up. It doesn't yet do anything with Metabase. Hence the lack of documentation.

Testing & Usage

docker compose up
image

@coilysiren coilysiren self-assigned this May 3, 2024
@coilysiren coilysiren changed the title Configure a local Metabase instance [Issue #1910] Configure a local Metabase instance May 3, 2024
@coilysiren coilysiren marked this pull request as ready for review May 3, 2024 17:59
volumes:
- /dev/urandom:/dev/random:ro
ports:
- 3000:3000
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The frontend container exposes 3000. Can we switch to something like 3050 or 3333?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@acouch I changed it to 3100

@coilysiren coilysiren requested a review from acouch May 3, 2024 18:10
@coilysiren coilysiren merged commit dfcbeb2 into main May 3, 2024
9 checks passed
@coilysiren coilysiren deleted the analytics-metabase branch May 3, 2024 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Task]: Update docker-compose.yml to include metabase
2 participants