Pin Traefik to v2.9.9

This commit is contained in:
Kevin McConnell
2023-03-28 14:53:45 +01:00
parent 7f178101f7
commit 2957388bf6
3 changed files with 13 additions and 12 deletions

View File

@@ -1,6 +1,7 @@
class Mrsk::Commands::Traefik < Mrsk::Commands::Base
delegate :optionize, to: Mrsk::Utils
IMAGE = "traefik:v2.9.9"
CONTAINER_PORT = 80
def run
@@ -11,7 +12,7 @@ class Mrsk::Commands::Traefik < Mrsk::Commands::Base
"--volume", "/var/run/docker.sock:/var/run/docker.sock",
*config.logging_args,
*docker_options_args,
"traefik",
IMAGE,
"--providers.docker",
"--log.level=DEBUG",
*cmd_option_args