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

[WIP] a hacky implementation of services #35

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

mlvzk
Copy link

@mlvzk mlvzk commented Oct 11, 2020

This is a hacky implementation of services.
User can define a service in their devshell.toml that will be started automatically when they enter the devshell.
User can check logs for a service with serviceViewer service-name.

This doesn't yet cover a case where one service might depend on another, say a backend service that depends on postgres and redis.

Not intended to be merged yet, or maybe ever, it was just a fun little proof of concept.

@zimbatm
Copy link
Member

zimbatm commented Oct 11, 2020

interesting idea :)

@bbigras
Copy link

bbigras commented Feb 18, 2021

Any progress on this? It's a great idea.

@Mic92
Copy link
Member

Mic92 commented Feb 24, 2021

There also was a nixcon talk at some point where they used docker-compose as a job runner for this.

@blaggacao
Copy link
Contributor

x-ref #47

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.

None yet

5 participants