Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Razano26 authored Jun 30, 2024
1 parent 8d4a6be commit 6fa7b73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ Currently, the CI/CD pipeline is configured to run the following steps:
- Push Docker image to private Harbor registry
- Push helm chart to private Harbor registry

After the releasing of new version, the application is deployed in a k3s cluster with argocd.
After the releasing of a new version, the application is deployed in a k3s cluster with argocd.

You can find the API documentation [here](https://docs.ct-cd.fr/).
The API is deployed on [https://api.ct-cd.fr](https://api.ct-cd.fr).

If you want to deploy the application for yourself, you can follow the instructions below.
If you want to deploy the application by yourself, you can follow the instructions below.

## Installation

Expand All @@ -43,7 +43,7 @@ cp .env.template .env # modify the .env file with your configuration
docker-compose up -d
```

After starting the application, you can access to different endpoints:
After starting the application, you can access the different endpoints:
- api: [http://localhost:2022](http://localhost:2022)
- grafana: [http://localhost:3000](http://localhost:3000)
- postgres: [http://localhost:5432](http://localhost:5432)
Expand Down

0 comments on commit 6fa7b73

Please sign in to comment.