Merge pull request #417 from rawmind0/master

Added mesos-dns package and Traefik package sticky bit label
This commit is contained in:
Raúl Sánchez
2017-02-28 15:41:44 +01:00
committed by GitHub
7 changed files with 160 additions and 2 deletions
+3 -1
View File
@@ -33,7 +33,9 @@ Traefik labels has to be added in your services, in order to get included in tra
- false: the service will not be published
- traefik.priority = <priority> # Override for frontend priority. 5 by default
- traefik.protocol = < http | https > # Override the default http protocol
- traefik.alias = < alias > # Alternate names to route rule. Multiple values separated by ",". WARNING: You could have collisions BE CAREFULL
- traefik.sticky = < true | false > # Enable/disable sticky sessions to the backend
- traefik.alias = < alias > # Alternate names to route rule. Multiple values separated by ",". traefik.domain is appended. WARNING: You could have collisions BE CAREFULL
- traefik.alias.fqdn = < alias fqdn > # Alternate names to route rule. Multiple values separated by ",". traefik.domain must be defined but is not appended here.
- traefik.domain = < domain.name > # Domain names to route rules. Multiple domains separated by ","
- traefik.domain.regexp = < domain.regexp > # Domain name regexp rule. Multiple domains separated by ","
- traefik.port = < port > # Port to expose throught traefik
+1 -1
View File
@@ -33,7 +33,7 @@ traefik-conf:
io.rancher.container.start_once: 'true'
tty: true
log_opt: {}
image: rawmind/rancher-traefik:0.3.4-18
image: rawmind/rancher-traefik:0.3.4-19
net: none
volumes:
- /opt/tools