Merge branch 'main' into accessories

This commit is contained in:
David Heinemeier Hansson
2023-01-22 21:54:52 +01:00
committed by GitHub
5 changed files with 40 additions and 9 deletions

View File

@@ -95,6 +95,14 @@ If the referenced secret ENVs are missing, the configuration will be halted with
Note: Marking an ENV as secret currently only redacts its value in the output for MRSK. The ENV is still injected in the clear into the container at runtime.
### Using volumes
You can add custom volumes into the app containers using `volumes`:
```yaml
volumes:
- "/local/path:/container/path"
```
### Using different roles for servers