CI Bump
All checks were successful
Datadog Secrets Scanning / Datadog Static Analyzer (push) Successful in 2m23s
Release / build (push) Successful in 2m59s
Datadog Software Composition Analysis / Datadog SBOM Generation and Upload (push) Successful in 3m40s
Datadog Static Analysis / Datadog Static Analyzer (push) Successful in 4m56s
Release / publish_head (push) Successful in 2m40s

This commit is contained in:
Tanishq Dubey
2025-07-02 15:33:29 -04:00
parent 9e62a84843
commit 9b1b84e5be

View File

@ -167,6 +167,7 @@ COPY . .
CMD ["python", "main.py"]
```
## Docker Compose Example
Below is an example `docker-compose.yml` file to deploy Foldsite using Docker Compose:
@ -182,4 +183,4 @@ services:
- .:/app
environment:
- CONFIG_PATH=config.toml
```
```