Thomas Krzero

Results 20 comments of Thomas Krzero

I use every day compose file v3 format with docker stack deploy command. So I think docker-compose ui need that too :D

Thanx for return Yh i know very well portainer as well as a regular contributor

Hello Found that issue looking for a mesh experience on docker swarm I think it's complicated for now, because maesh add a wildcard dns trick on coreDNS for k8s. If...

@teuneboon Are you doing that ? That feature talks to me, so I can work on it

I start something. I place my code in runParse.js like the teamfight function, to get events and create a new array of "notable events" My idea is to have a...

Ok no pb I will set a limit to know how many data max this feature add

I've code something, showing some examples here (at bottom) : http://yasp.kr0.fr/matches/2057619300/combat http://yasp.kr0.fr/matches/2059876026/combat http://yasp.kr0.fr/matches/2064785225/combat http://yasp.kr0.fr/matches/2070048917/combat The conf file for detecting a big play is like that : https://github.com/WTFKr0/yasp/blob/master/json/bigplays.json The full changes...

Thanx for reply, yeah i know about all that, my main problem is my deployment tool need to know the list of variables that need to be set. Here it...

Hum I think you are missing one of my needs, here is a simplified compose i use today : ``` version: "3.6" services: web: image: nginx:alpine deploy: replicas: ${REPLICAS_OF_MY_APP} ```...

Well i can already do that, but i want to avoid the "default" value, as i prefer the deployment fail if not set. I don't want deployment use a default...