feat: add environment variable support and update README instructions

This commit is contained in:
2025-02-05 16:16:57 +01:00
parent 6a7d4e922b
commit fb765920b4
7 changed files with 38 additions and 10 deletions

View File

@@ -34,7 +34,13 @@ peertube-collector/
cd peertube-collector
```
2. Build and start the Docker containers:
2. Create and configure the environment file based on the `.env.example` file:
```sh
cp .env.example .env
```
3. Build and start the Docker containers:
```sh
docker-compose up --build
```