feat: update Dockerfile to use Debian slim and implement Python virtual environment for dependency management
All checks were successful
Build and Push Docker Image / build (push) Successful in 4m20s

This commit is contained in:
2025-02-15 15:27:39 +01:00
parent 5636d92474
commit 84479c786a
2 changed files with 14 additions and 10 deletions

View File

@@ -48,11 +48,7 @@ ufw allow 27107/tcp
4. Start the Docker containers:
```sh
docker compose up --abort-on-container-exit
```
or in detached mode:
```sh
docker compose up -d
docker compose up --abort-on-container-failure
```
The collector will start gathering WebRTC stats from the Selenium container and sending them to the Telegraf service.