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