docker-flow / docker-flow-proxy

Docker Flow Proxy
https://docker-flow.github.io/docker-flow-proxy/
MIT License
317 stars 189 forks source link

Possibility to override the name when sticky-server is enable #97

Closed T1loc closed 2 years ago

T1loc commented 5 years ago

Description I would like to be able to set the cookie name when I enable the sticky-server. The service name should not be used as the cookie name.

version: '3'

services:
  web:
    image: "nginx"
    deploy:
      replicas: 3
      labels:
        - com.df.notify=true
        - com.df.distribute=true
        - com.df.serviceDomain=demo.org
        - com.df.port=80
        - com.df.httpsOnly=true
        - com.df.sessionType=sticky-server
        - com.df.cookieName=HA
vfarcic commented 5 years ago

This project needs adoption. I moved to Kubernetes and cannot dedicate time to this project anymore. Similarly, involvement from other contributors dropped as well. Please consider contributing yourself if you think this project is useful.

lle0x commented 2 years ago

Dear @T1loc

If this issue is still relevant, please feel free to leave a comment here.

lle0x commented 2 years ago

Closed due to inactivity