Skip to content

Commit

Permalink
Chore: hide internal monitoring services (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
rwos authored Aug 17, 2021
1 parent f514a36 commit 9e11063
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/traefik.toml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ endpoint = "unix:///var/run/docker.sock"
domain = "{{ traefik_docker_domain | default(inventory_hostname) }}"
watch = true
exposedByDefault = {{ traefik_docker_expose_by_default | lower }}
constraints = ["tag!=quantum-monitoring"]
{% if traefik_use_swarm and traefik_swarm_mode %}
swarmMode = true
{% endif %}
Expand Down

0 comments on commit 9e11063

Please sign in to comment.