From 038497f12efc2b740028e8148a6185a51ba0d309 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Sun, 19 Apr 2026 17:11:15 +0200 Subject: [PATCH] shelfmark: assign static ip --- services/calibre-web-automated.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/services/calibre-web-automated.yml b/services/calibre-web-automated.yml index efe5659..7fa6347 100644 --- a/services/calibre-web-automated.yml +++ b/services/calibre-web-automated.yml @@ -41,6 +41,9 @@ services: PUID: ${PUID} PGID: ${PGID} CWA_DB_PATH: "/auth/app.db" + networks: + public: + ipv4_address: 192.168.240.68 labels: caddy: shelfmark.${DOMAIN_LOCAL} caddy.reverse_proxy: "{{ upstreams 8084 }}"