40 lines
1.2 KiB
YAML
40 lines
1.2 KiB
YAML
traefik:
|
|
ports:
|
|
- ${admin_port}:8000/tcp
|
|
- ${http_port}:${http_port}/tcp
|
|
- ${https_port}:${https_port}/tcp
|
|
log_driver: ''
|
|
labels:
|
|
io.rancher.scheduler.global: 'true'
|
|
io.rancher.scheduler.affinity:host_label: ${host_label}
|
|
io.rancher.scheduler.affinity:container_label_ne: io.rancher.stack_service.name=$${stack_name}/$${service_name}
|
|
io.rancher.sidekicks: traefik-conf
|
|
io.rancher.container.hostname_override: container_name
|
|
tty: true
|
|
log_opt: {}
|
|
image: rawmind/alpine-traefik:1.0.2-6
|
|
environment:
|
|
- CONF_INTERVAL=${refresh_interval}
|
|
- TRAEFIK_HTTP_PORT=${http_port}
|
|
- TRAEFIK_HTTPS_PORT=${https_port}
|
|
- TRAEFIK_HTTPS_ENABLE=${https_enable}
|
|
- TRAEFIK_ACME_ENABLE=${acme_enable}
|
|
- TRAEFIK_ACME_EMAIL=${acme_email}
|
|
- TRAEFIK_ACME_ONDEMAND=${acme_ondemand}
|
|
volumes_from:
|
|
- traefik-conf
|
|
traefik-conf:
|
|
log_driver: ''
|
|
labels:
|
|
io.rancher.scheduler.global: 'true'
|
|
io.rancher.scheduler.affinity:host_label: ${host_label}
|
|
io.rancher.scheduler.affinity:container_label_ne: io.rancher.stack_service.name=$${stack_name}/$${service_name}
|
|
io.rancher.container.start_once: 'true'
|
|
tty: true
|
|
log_opt: {}
|
|
image: rawmind/rancher-traefik:0.3.4-6
|
|
net: none
|
|
volumes:
|
|
- /opt/tools
|
|
|