From 843c5888ed4b295e9c5d67475abd8fc4dc4b005f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Tue, 5 Dec 2023 11:07:00 +0100 Subject: [PATCH] unify networks --- docker-compose.yml | 1 - services/sonarr.yml | 3 ++- services/uptime-kuma.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 05aa356..2f2f54d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -31,7 +31,6 @@ services: networks: public: ipv4_address: 192.168.240.2 - caddy: profiles: - infra - base diff --git a/services/sonarr.yml b/services/sonarr.yml index 2ca6969..c6a86fe 100644 --- a/services/sonarr.yml +++ b/services/sonarr.yml @@ -4,7 +4,8 @@ services: container_name: sonarr_tv_standard image: linuxserver/sonarr:develop networks: - - public + public: + ipv4_address: 192.168.240.38 ports: - "${SONARR_TV_STANDARD_EXTERNAL_PORT}:${SONARR_INTERNAL_PORT}" environment: diff --git a/services/uptime-kuma.yml b/services/uptime-kuma.yml index c61be57..2e1d4f5 100644 --- a/services/uptime-kuma.yml +++ b/services/uptime-kuma.yml @@ -8,7 +8,7 @@ services: - "/var/run/docker.sock:/var/run/docker.sock" networks: public: - ipv4_address: 192.168.240.38 + ipv4_address: 192.168.240.39 profiles: - base restart: unless-stopped \ No newline at end of file