We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e2d798 commit 0a90fa6Copy full SHA for 0a90fa6
1 file changed
infra/ansible-docker/roles/traefik/tasks/main.yml
@@ -61,14 +61,6 @@
61
restart_policy: unless-stopped
62
network_mode: host
63
mounts:
64
- - type: bind
65
- source: "{{ traefik_certs_root }}/cert__data-accelerator_isis_cclrc_ac_uk.pem"
66
- target: /certs/cert__data-accelerator_isis_cclrc_ac_uk.pem
67
- read_only: true
68
69
- source: "{{ traefik_certs_root }}/key__data-accelerator_isis_cclrc_ac_uk.pem"
70
- target: /certs/key__data-accelerator_isis_cclrc_ac_uk.pem
71
72
- type: bind
73
source: "{{ traefik_certs_root }}/cert__analytics_isis_cclrc_ac_uk.pem"
74
target: /certs/cert__analytics_isis_cclrc_ac_uk.pem
0 commit comments