Skip to content

Commit

Permalink
Merge pull request #20 from basecamp/configurable-run-directory
Browse files Browse the repository at this point in the history
Configuring the run directory
  • Loading branch information
dhh authored Sep 19, 2023
2 parents 824d564 + 479c3f3 commit f5a41c2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions _docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,17 @@ SOME_SECRET=<%= `bw get notes 123123123-1232-4224-222f-234234234234 --session #{

Then everyone deploying the app can run `kamal envify` and kamal will generate `.env`

## Configuring the run directory

Kamal needs to create files on the host for locking and audit logs.

By default these will be created in the `.kamal` subdirectory of the default SSH directory.

This can be changed with

```yaml
run_directory: /var/run/kamal
```
## Using another registry than Docker Hub
Expand Down

0 comments on commit f5a41c2

Please sign in to comment.