From fb58c825bf761cb4f5af9fc5bedf78a3cd6d1d30 Mon Sep 17 00:00:00 2001 From: Fabrizio Fiorucci Date: Fri, 4 Aug 2023 18:14:31 +0200 Subject: [PATCH] Docker-compose files updated --- contrib/GUI/secondsight-gui-http.yaml | 8 ++++++++ contrib/GUI/secondsight-gui-https.yaml | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/contrib/GUI/secondsight-gui-http.yaml b/contrib/GUI/secondsight-gui-http.yaml index 99de7bf..74c4324 100644 --- a/contrib/GUI/secondsight-gui-http.yaml +++ b/contrib/GUI/secondsight-gui-http.yaml @@ -79,3 +79,11 @@ services: - /dev/null:/etc/nginx/conf.d/default.conf:ro depends_on: - secondsight-gui + +networks: + default: + driver: bridge + ipam: + driver: default + config: + - subnet: 10.0.99.0/24 diff --git a/contrib/GUI/secondsight-gui-https.yaml b/contrib/GUI/secondsight-gui-https.yaml index a586354..d804407 100644 --- a/contrib/GUI/secondsight-gui-https.yaml +++ b/contrib/GUI/secondsight-gui-https.yaml @@ -82,3 +82,11 @@ services: - /dev/null:/etc/nginx/conf.d/default.conf:ro depends_on: - secondsight-gui + +networks: + default: + driver: bridge + ipam: + driver: default + config: + - subnet: 10.0.99.0/24