From eed0444d2992565f8d60411e29701eed7c2a708d Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger Date: Mon, 8 May 2023 01:23:51 +0200 Subject: [PATCH] chore(halo): small config fixes --- apps/halo/config.json | 7 +++++-- apps/halo/docker-compose.yml | 6 ++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/apps/halo/config.json b/apps/halo/config.json index 6dd4bbd4..b7f605ba 100644 --- a/apps/halo/config.json +++ b/apps/halo/config.json @@ -9,7 +9,10 @@ "version": "2.5.2", "description": "Halo is a powerful and easy-to-use open source website building tool.", "short_desc": "Halo - Open source website building tool.", - "categories": ["social", "media"], + "categories": [ + "social", + "media" + ], "author": "halo-dev", "source": "https://github.com/halo-dev/halo", "website": "https://halo.run", @@ -32,7 +35,7 @@ "env_variable": "HALO_ADMIN_PASSWORD" }, { - "type": "text", + "type": "url", "label": "External url", "env_variable": "HALO_EXTERNAL_URL" } diff --git a/apps/halo/docker-compose.yml b/apps/halo/docker-compose.yml index e16274c4..9a88e30e 100644 --- a/apps/halo/docker-compose.yml +++ b/apps/halo/docker-compose.yml @@ -1,4 +1,4 @@ -version: "3" +version: "3.7" services: halo: @@ -44,8 +44,6 @@ services: - tipi_main_network volumes: - ${APP_DATA_DIR}/db:/var/lib/postgresql/data - ports: - - "5432:5432" healthcheck: test: [ "CMD", "pg_isready" ] interval: 10s @@ -55,4 +53,4 @@ services: - POSTGRES_PASSWORD=${HALO_DATABASE_PASSWORD} - POSTGRES_USER=halo - POSTGRES_DB=halo - - PGUSER=halo \ No newline at end of file + - PGUSER=halo