From 16f995cea1470fa950f10c1d16d542619c84bf52 Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Wed, 24 Oct 2018 18:17:09 +0200 Subject: [PATCH] new: [bitwarden] added an example. --- compose.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/compose.yml b/compose.yml index 80b544d..1692d6f 100644 --- a/compose.yml +++ b/compose.yml @@ -106,3 +106,13 @@ letsencrypt: # postgres: # user: mattermost # dbname: mattermost + +# bitwarden: +# relations: +# web-proxy: +# frontend: +# domain: bitwarden.mydomain.com +# ## We need to specify here the port as it can't be infered easily as +# ## there are 2 ports exposed by the image. +# target: bitwarden:80 +# ssl: letsencrypt