File tree Expand file tree Collapse file tree 1 file changed +15
-11
lines changed
Expand file tree Collapse file tree 1 file changed +15
-11
lines changed Original file line number Diff line number Diff line change @@ -53,12 +53,22 @@ The project supports multiple environments:
5353
5454---
5555
56- 📦 Running the Project
57- # Build and start the containers
58- docker-compose up --build
56+ # # 🖥️ Running with Visual Studio (Development)
57+ Open CentralizedLoggingMonitoring.sln in Visual Studio.
58+
59+ Press F5 or run the project.
60+
61+ By default, it uses Development environment with appsettings.Development.json.
62+
63+ ---
5964
60- # Stop the containers
61- docker-compose down
65+ # # 📦 Running with Docker (Production)
66+
67+ - ** Build and start the containers**
68+ - docker-compose up --build
69+
70+ - ** Stop the containers**
71+ - docker-compose down
6272
6373
6474The API will be available at:
@@ -67,12 +77,6 @@ HTTP → http://localhost:5000/api
6777
6878(HTTPS optional, future phase)
6979
70- 🖥️ Running with Visual Studio
71- Open CentralizedLoggingMonitoring.sln in Visual Studio.
72-
73- Press F5 or run the project.
74-
75- By default, it uses Development environment with appsettings.Development.json.
7680
7781---
7882
You can’t perform that action at this time.
0 commit comments