You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -96,7 +96,7 @@ The labels preset is located at [.github/settings.yml](.github/settings.yml).
96
96
97
97
You can **add, edit or remove** them. To automatically update these labels, you need to **install** the ["Settings" GitHub app](https://github.com/apps/settings), which will **syncs repository settings defined in the file above to your repository**.
98
98
99
-
## III - CI/CD, release and container registry
99
+
## IV - CI/CD, release and container registry
100
100
101
101
### A - CI
102
102
@@ -146,21 +146,21 @@ It consist of:
146
146
147
147
After that, you can check the release at `https://github.com/<username>/<repository-name>/releases`.
148
148
149
-
## IV - Golang RESTful API
149
+
## V - Golang RESTful API
150
150
151
-
The project use Docker and Docker Compose to build and run local and distant images in our workspace.
151
+
The project use **Docker** and **Docker Compose** to build and run local and distant images in our workspace.
152
152
153
153
### A - Stack
154
154
155
-
All the images use the same network, more informations at [docker-compose.yml](docker-compose.yml)
155
+
All the images use the **same network**, more informations at [docker-compose.yml](docker-compose.yml)
0 commit comments