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}