Custom cmd args for Traefik

This commit is contained in:
David Heinemeier Hansson
2023-01-31 20:11:42 +01:00
parent e317935ab3
commit ca86573d89
3 changed files with 42 additions and 1 deletions

View File

@@ -235,6 +235,18 @@ RUN --mount=type=secret,id=GITHUB_TOKEN \
bundle install
```
### Using command arguments for Traefik
You can customize the traefik command line:
```yaml
traefik:
accesslog: true
accesslog.format: json
metrics.prometheus: true
metrics.prometheus.buckets: 0.1,0.3,1.2,5.0
```
### Configuring build args for new images
Build arguments that aren't secret can also be configured: