Skip to content
Snippets Groups Projects
Unverified Commit d15d315e authored by Guilherme Gazzo's avatar Guilherme Gazzo Committed by GitHub
Browse files

chore: bump traefik (#32892)


Co-authored-by: default avatarDiego Sampaio <chinello@gmail.com>
parent 851d60a1
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,7 @@ services:
traefik.http.services.rocketchat.loadbalancer.server.port: 3000
traefik.http.routers.rocketchat.service: rocketchat
traefik.http.routers.rocketchat.rule: PathPrefix(`/`)
traefik.http.middlewares.test-retry.retry.attempts: 4
authorization-service:
platform: linux/amd64
......@@ -162,9 +163,10 @@ services:
image: nats:2.6-alpine
traefik:
image: traefik:v2.8
image: traefik:v3.1
command:
- --providers.docker=true
- '--serverstransport.maxidleconnsperhost=-1'
ports:
- 3000:80
volumes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment