-
Notifications
You must be signed in to change notification settings - Fork 1
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
compose based deployment docs #4
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
docs/setup/compose_based.md
Outdated
@@ -0,0 +1,117 @@ | |||
--- | |||
title: Composed Based Deployment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is "compose" based, not "composed" based.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay
Also, it seems that you have added images for configuring Jenkins in compose-based deployment. This should rather go in swarm-based deployment. Compose based deployment will only have steps that we discussed yesterday on discord. |
I have just added the images for storing the registry_server address that we need to configure here too ri8? |
@i-am-yuvi Please resolve the conflicts |
|
||
Here we'll deploy our pipeline in the Docker Container using compose. | ||
|
||
## Pre-requisites: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These pre-requisites are wrong. we only need docker-compose, docker and make for this. Not jenkins vault etc.
- Make cli for running Makefile | ||
|
||
## Setting up the Pipeline | ||
- ### **Clone the repository** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove every instruction associated with vault, jenkins etc. We don't need to install them.
docker compose up -d | ||
``` | ||
|
||
![Docker Compose image](../assets/docker_compose_up.png) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only this step is needed after the pre-requisites are met.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okay
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Jenkis, Vault etc. are needed for compose based deployment.
I have updated the PR |
No description provided.