docs: set traefik-ondemand-service to version 1.5.0

This commit is contained in:
Alexis COUVREUR
2021-10-01 22:23:43 +02:00
parent b0a2758002
commit 1b4af11309
5 changed files with 5 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ services:
- traefik.http.services.traefik.loadbalancer.server.port=8080
ondemand:
image: ghcr.io/acouvreur/traefik-ondemand-service:main
image: ghcr.io/acouvreur/traefik-ondemand-service:1.5.0
volumes:
- '/var/run/docker.sock:/var/run/docker.sock'

View File

@@ -24,7 +24,7 @@ services:
- traefik.enable=true
ondemand:
image: ghcr.io/acouvreur/traefik-ondemand-service:main
image: ghcr.io/acouvreur/traefik-ondemand-service:1.5.0
command:
- --swarmMode=false
volumes:

View File

@@ -22,7 +22,7 @@ services:
- '/var/run/docker.sock:/var/run/docker.sock'
ondemand:
image: ghcr.io/acouvreur/traefik-ondemand-service:main
image: ghcr.io/acouvreur/traefik-ondemand-service:1.5.0
command:
- --swarmMode=true
volumes:

View File

@@ -19,7 +19,7 @@ spec:
serviceAccount: traefik-ondemand-service
containers:
- name: traefik-ondemand-service
image: ghcr.io/acouvreur/traefik-ondemand-service:sha-1d3af8c
image: ghcr.io/acouvreur/traefik-ondemand-service:1.5.0
args: ["--swarmMode=false", "--kubernetesMode=true"]
ports:
- containerPort: 10000

View File

@@ -22,7 +22,7 @@ services:
- '/var/run/docker.sock:/var/run/docker.sock'
ondemand:
image: ghcr.io/acouvreur/traefik-ondemand-service:main
image: ghcr.io/acouvreur/traefik-ondemand-service:1.5.0
command:
- --swarmMode=true
volumes: