external-lb-docker.yml 323 Bytes
version: '2'
services:
  lb-vlibras:
    image: rancher/lb-service-haproxy:v0.6.2
    ports:
    - 80:80/tcp
    - 8080:8080/tcp
    - 200:200/tcp
    - 201:201/tcp
    labels:
      io.rancher.container.agent.role: environmentAdmin
      io.rancher.container.create_agent: 'true'
      io.rancher.scheduler.global: 'true'