diff --git a/base/docker-compose.yml b/base/docker-compose.yml index 07a1349..c07713b 100644 --- a/base/docker-compose.yml +++ b/base/docker-compose.yml @@ -85,6 +85,13 @@ services: - traefik.http.routers.traefik-metrics.entrypoints=https - traefik.http.routers.traefik-metrics.middlewares=local - traefik.http.routers.traefik-metrics.service=prometheus@internal + update_config: + order: "start-first" + max_failure_ratio: 2 + parallelism: 1 + rollback_config: + parallelism: 1 + order: "start-first" volumes: # Add Docker as a mounted volume, so that Traefik can read the labels of other services - traefik-certificates:/certificates