Browse Source

fix: temporary fix for some actions missing ``cert-provider`` relations auto-pairing when using ``compose run``.

master
Valentin Lab 5 years ago
parent
commit
6bfd6aee71
  1. 6
      compose.yml

6
compose.yml

@ -60,6 +60,12 @@ mydomain.org:
frontend:
charm: apache
## XXXvlab: this is still necessary (although it is auto connected
## in most cases) but we require it on some occasion (namely "run"
## actions on odoo for instance) until we decide a way to tackle
## this issue, the best thing is to keep that here
relations:
cert-provider: letsencrypt
letsencrypt:

Loading…
Cancel
Save