From 2a342614db1163bfb41afc71c3b05f6e0be5a235 Mon Sep 17 00:00:00 2001 From: Micha Date: Sun, 21 Jun 2026 22:44:48 +0200 Subject: [PATCH] Allow internal Dawarich scrape host --- apps/dawarich/.env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dawarich/.env.example b/apps/dawarich/.env.example index 97225f2..b180c3c 100644 --- a/apps/dawarich/.env.example +++ b/apps/dawarich/.env.example @@ -2,7 +2,7 @@ COMPOSE_PROJECT_NAME=dawarich TZ=Europe/Berlin DAWARICH_HOST=dawarich.kaleschke.info -APPLICATION_HOSTS=dawarich.kaleschke.info +APPLICATION_HOSTS=dawarich.kaleschke.info,dawarich_app,localhost,127.0.0.1,::1 POSTGRES_USER=dawarich POSTGRES_DB=dawarich_production