mirror of
https://github.com/sablierapp/sablier.git
synced 2026-01-01 02:27:23 +01:00
docs: set traefik-ondemand-service to version 1.5.0
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user