mirror of
https://github.com/marcel-dempers/docker-development-youtube-series.git
synced 2025-06-06 17:01:30 +00:00
update docker-compose to docker compose
This commit is contained in:
parent
71b0860e7f
commit
8ab37d3af3
@ -6,19 +6,19 @@ To run any of the commands, please ensure you open a terminal and navigate to th
|
|||||||
## Start Prometheus, Grafana & Dashboards
|
## Start Prometheus, Grafana & Dashboards
|
||||||
|
|
||||||
```
|
```
|
||||||
docker-compose up -d prometheus
|
docker compose up -d prometheus
|
||||||
docker-compose up -d grafana
|
docker compose up -d grafana
|
||||||
docker-compose up -d grafana-dashboards
|
docker compose up -d grafana-dashboards
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Start the example app you prefer
|
## Start the example app you prefer
|
||||||
|
|
||||||
```
|
```
|
||||||
docker-compose up -d --build go-application
|
docker compose up -d --build go-application
|
||||||
docker-compose up -d --build python-application
|
docker compose up -d --build python-application
|
||||||
docker-compose up -d --build dotnet-application
|
docker compose up -d --build dotnet-application
|
||||||
docker-compose up -d --build nodejs-application
|
docker compose up -d --build nodejs-application
|
||||||
```
|
```
|
||||||
|
|
||||||
## Generate some requests by opening the application in the browser
|
## Generate some requests by opening the application in the browser
|
||||||
|
Loading…
x
Reference in New Issue
Block a user