Skip to content

Commit

Permalink
feat: 📝 Demonstrate inline configuration in for Docker Compose in `RE…
Browse files Browse the repository at this point in the history
…ADME.md`
  • Loading branch information
pklaschka committed Oct 29, 2024
1 parent ccf2209 commit 8f85b44
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,10 @@ secrets:

configs:
my-service-config:
file: ./config.json # Loaded from a file
content: |
{
"key": "value"
}
```
This configuration ensures that your application variables are securely managed and validated, leveraging Docker's secrets and configs features.
Expand Down

0 comments on commit 8f85b44

Please sign in to comment.