From 6dd9639894a286389ce414807d8e863107b35112 Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Thu, 21 Feb 2019 09:07:34 +0100 Subject: [PATCH] new: ``ssh-tunnel`` commented example added. --- compose.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/compose.yml b/compose.yml index e2f41b1..c879dfe 100644 --- a/compose.yml +++ b/compose.yml @@ -60,6 +60,14 @@ mydomain.org: frontend: charm: apache + # options: + # ## Check 0k-charms/apache/README.rst for client side configuration + # ## to use ssh-tunnel. + # ssh-tunnel: + # domain: ssh.mydomain.org ## mandatory + # # server-aliases: + # # - ssh2.daowen.eu + # #ssl: letsencrypt ## 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