Merge pull request 'Up versions to latest stable and one ping less to Google' (#38) from javielico/traefik:master into master
continuous-integration/drone/push Build is failing Details

Reviewed-on: #38
This commit is contained in:
3wordchant 2022-11-11 19:32:15 +00:00
commit b62cb273ef
3 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,3 @@
export TRAEFIK_YML_VERSION=v14
export TRAEFIK_YML_VERSION=v15
export FILE_PROVIDER_YML_VERSION=v6
export ENTRYPOINT_VERSION=v2

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: "traefik:v2.9.1"
image: "traefik:v2.9.4"
# Note(decentral1se): *please do not* add any additional ports here.
# Doing so could break new installs with port conflicts. Please use
# the usual `compose.$app.yml` approach for any additional ports
@ -47,7 +47,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.tls.options=default@file"
- "traefik.http.routers.${STACK_NAME}.service=api@internal"
- "traefik.http.routers.${STACK_NAME}.middlewares=security@file"
- "coop-cloud.${STACK_NAME}.version=2.0.0+v2.9.1"
- "coop-cloud.${STACK_NAME}.version=2.0.1+v2.9.4"
networks:
proxy:

View File

@ -102,5 +102,5 @@ certificatesResolvers:
provider: {{ (env "LETS_ENCRYPT_DNS_CHALLENGE_PROVIDER") }}
resolvers:
- "1.1.1.1:53"
- "8.8.8.8:53"
- "9.9.9.9:53"
{{ end }}