Add traefik and metrics values to traefik
This commit is contained in:
parent
1c08810bf7
commit
1ea905ec3a
|
@ -12,18 +12,26 @@ logs:
|
|||
level: DEBUG
|
||||
|
||||
ports:
|
||||
traefik:
|
||||
port: 9000
|
||||
expose: true
|
||||
exposedPort: 9001
|
||||
# The port protocol (TCP/UDP)
|
||||
protocol: TCP
|
||||
web:
|
||||
expose: true
|
||||
exposedPort: 8080
|
||||
# (optional) Permanent Redirect to HTTPS
|
||||
# redirectTo: websecure
|
||||
# (optional) Permanent Redirect to HTTPS
|
||||
# redirectTo: websecure
|
||||
websecure:
|
||||
exposed: true
|
||||
tls:
|
||||
exposed: true
|
||||
exposedPort: 8443
|
||||
|
||||
enabled: true
|
||||
certResolver: cloudflare
|
||||
metrics:
|
||||
port: 9100
|
||||
expose: true
|
||||
exposedPort: 9100
|
||||
protocol: TCP
|
||||
|
||||
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue