From 83b70c909634ce29564f826386366379f1544488 Mon Sep 17 00:00:00 2001 From: Marijn Doeve Date: Sun, 13 Jul 2025 22:11:17 +0200 Subject: [PATCH] add url --- planka/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/planka/compose.yaml b/planka/compose.yaml index 39a4864..970aa3a 100644 --- a/planka/compose.yaml +++ b/planka/compose.yaml @@ -9,7 +9,7 @@ services: - attachments:/app/private/attachments environment: - BASE_URL: http://localhost:3000 + BASE_URL: https://planka.marijndoeve.nl DATABASE_URL: postgresql://postgres:${POSTGRES_PASSWORD}@postgres/planka SECRET_KEY: ${SECRET_KEY}