feat: add docker env documentation

Signed-off-by: Thomas Stocker <thomas.stocker.pro@gmail.com>
This commit is contained in:
Thomas Stocker
2025-10-29 10:56:25 +01:00
committed by Bryan Frimin
parent bd17c718d0
commit 134f94c4c8
2 changed files with 199 additions and 0 deletions

View File

@@ -33,6 +33,9 @@ For a complete setup with dependencies, you can use our `compose.prod.yml` Docke
You can either provide environment variables directly in the docker-compose file or use a config file mounted as a volume.
#### With Environment Variables
You can find environment variable options in the [docker environment variables](./DOCKER_ENVIRONMENT_VARIABLES.md).
```yaml
services:
probo:
@@ -140,6 +143,9 @@ volumes:
minio-data:
```
#### With mounted Config File
You can find an example configuration file [here](../cfg/dev.yaml) and modify it as needed.
```yaml
services:
probo: