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

Local app services #429

Merged
merged 9 commits into from
Dec 18, 2023
Merged

Local app services #429

merged 9 commits into from
Dec 18, 2023

Conversation

sjmiller609
Copy link
Contributor

@sjmiller609 sjmiller609 commented Dec 17, 2023

This is a proof of concept for running multiple databases and app services together locally.

Corresponding, private proposal document here https://www.notion.so/tembo-io/Traefik-for-local-dev-f7cd7a119452433dbf6bda3eb1f65e37

@sjmiller609 sjmiller609 marked this pull request as ready for review December 18, 2023 00:14
@sjmiller609 sjmiller609 enabled auto-merge (squash) December 18, 2023 00:15
@@ -0,0 +1,88 @@
# Maybe actually using docker compose is the way to go, or maybe you want to
Copy link
Collaborator

Choose a reason for hiding this comment

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

Agreed docker-compose is a better way to go got these use cases

networks:
- tembo
labels:
- "traefik.enable=true"
Copy link
Collaborator

@shahadarsh shahadarsh Dec 18, 2023

Choose a reason for hiding this comment

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

Wonder what traefik options need to be exposed in tembo.toml. I guess as I implement it might become clearer.

Copy link
Collaborator

@shahadarsh shahadarsh left a comment

Choose a reason for hiding this comment

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

Thanks for doing the POC. I haven't tried it yet but looks good to me.

@sjmiller609 sjmiller609 merged commit d209e56 into main Dec 18, 2023
6 checks passed
@sjmiller609 sjmiller609 deleted the local-app-services branch December 18, 2023 11:45
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