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

Fix metabase app template's compose file (networking setup) #1129

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jimkring
Copy link

metabase service (not postgres) should be on dokploy-network

`metabase` service (not `postgres`) should be on `dokploy-network`
@jimkring jimkring requested a review from Siumauricio as a code owner January 18, 2025 00:47
@jimkring jimkring changed the title Fix metabase app template's compose filenetworking Fix metabase app template's compose file (networking setup) Jan 18, 2025
Comment on lines -25 to -26
networks:
- dokploy-network
Copy link
Contributor

Choose a reason for hiding this comment

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

Why do you remove the network from the database?

Copy link
Author

Choose a reason for hiding this comment

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

Shouldn’t the services be on the internal network? Postgres only needs to be accessible to the metabase service right? And metabase will be exposed externally?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants