Add traefik and metrics values to traefik

This commit is contained in:
SeanOMik 2023-04-02 17:03:02 -04:00
parent 1c08810bf7
commit 1ea905ec3a
Signed by: SeanOMik
GPG Key ID: 568F326C7EB33ACB
1 changed files with 14 additions and 6 deletions

View File

@ -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: