From 58bca7000ca9e22e7a3507948993f3d8921da8f7 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Mon, 26 Apr 2021 00:03:50 +0300
Subject: [PATCH] Add Nginx to the regular bridged network.

That network is allowed access to the host in the firewall. For proxying
the Kodi webui.
---
 docker-compose.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docker-compose.yml b/docker-compose.yml
index 74d5b82..2c928ac 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -13,6 +13,7 @@ services:
           - jellyfin.shore.co.il
           - library.shore.co.il
           - transmission.shore.co.il
+      bridge: {}
     ports:
       - '80:80'
       - '443:443'
@@ -44,3 +45,5 @@ services:
 networks:
   default:
     name: shore
+  bridge:
+    name: bridge
-- 
GitLab