Add letsencrypt vars
This commit is contained in:
parent
b22ebd9d3f
commit
92cd6c4716
|
@ -8,5 +8,7 @@
|
||||||
env:
|
env:
|
||||||
VIRTUAL_HOST: "{{ services.pinafore.domain }}"
|
VIRTUAL_HOST: "{{ services.pinafore.domain }}"
|
||||||
VIRTUAL_PORT: "4002"
|
VIRTUAL_PORT: "4002"
|
||||||
|
LETSENCRYPT_HOST: "{{ services.pinafore.domain }}"
|
||||||
|
LETSENCRYPT_EMAIL: "{{ letsencrypt_email }}"
|
||||||
labels:
|
labels:
|
||||||
com.centurylinklabs.watchtower.enable: "true"
|
com.centurylinklabs.watchtower.enable: "true"
|
||||||
|
|
Loading…
Reference in a new issue