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: auto start services with docker #1020

Merged
merged 10 commits into from
Oct 22, 2024

Conversation

GHkrishna
Copy link
Contributor

@GHkrishna GHkrishna commented Oct 7, 2024

What:

  • Add minimum changeable .env.sample for Platform and agent for starting services effortlessly (Especially, for provisioning the agent in the agent-provisioning service)
  • Initiating service with Docker with the docker-compose up file. This PR ensures that the platform will be able to start using docker
  • Add new services that have not been included in the dockerfile

@GHkrishna GHkrishna added bug Something isn't working enhancement New feature or request labels Oct 7, 2024
@GHkrishna GHkrishna self-assigned this Oct 7, 2024
@GHkrishna GHkrishna force-pushed the fix/auto-start-services-with-docker branch from e15a9c3 to 6593692 Compare October 11, 2024 12:50
@GHkrishna GHkrishna changed the title fix; auto start services with docker fix: auto start services with docker Oct 14, 2024
@GHkrishna GHkrishna force-pushed the fix/auto-start-services-with-docker branch from 2a88685 to b1ed82a Compare October 21, 2024 05:25
@GHkrishna GHkrishna marked this pull request as ready for review October 21, 2024 05:37
@GHkrishna GHkrishna linked an issue Oct 21, 2024 that may be closed by this pull request
8 tasks
Copy link

Copy link
Contributor

@tipusinghaw tipusinghaw left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@bhavanakarwade bhavanakarwade left a comment

Choose a reason for hiding this comment

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

LG

@GHkrishna GHkrishna merged commit 47d704d into develop Oct 22, 2024
2 checks passed
@GHkrishna GHkrishna deleted the fix/auto-start-services-with-docker branch October 22, 2024 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix: starting services with docker compose
3 participants