From d7af8433026600de6e5712b228a02730ea16bcb8 Mon Sep 17 00:00:00 2001 From: tobbbs <1+tobbbs@noreply.localhost> Date: Wed, 27 May 2026 13:28:28 +0200 Subject: [PATCH] Update compose.yaml --- compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index 3d331a7..de12fa9 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,6 +1,8 @@ services: vikunja: image: vikunja/vikunja + networks: + - bragi-local environment: VIKUNJA_SERVICE_PUBLICURL: https://tasks.doeringer.eu VIKUNJA_DATABASE_HOST: db @@ -17,8 +19,6 @@ services: db: condition: service_healthy restart: unless-stopped - networks: - - bragi-local db: image: postgres:18 environment: