chore(halo): small config fixes
This commit is contained in:
parent
b868186085
commit
eed0444d29
|
@ -9,7 +9,10 @@
|
||||||
"version": "2.5.2",
|
"version": "2.5.2",
|
||||||
"description": "Halo is a powerful and easy-to-use open source website building tool.",
|
"description": "Halo is a powerful and easy-to-use open source website building tool.",
|
||||||
"short_desc": "Halo - Open source website building tool.",
|
"short_desc": "Halo - Open source website building tool.",
|
||||||
"categories": ["social", "media"],
|
"categories": [
|
||||||
|
"social",
|
||||||
|
"media"
|
||||||
|
],
|
||||||
"author": "halo-dev",
|
"author": "halo-dev",
|
||||||
"source": "https://github.com/halo-dev/halo",
|
"source": "https://github.com/halo-dev/halo",
|
||||||
"website": "https://halo.run",
|
"website": "https://halo.run",
|
||||||
|
@ -32,7 +35,7 @@
|
||||||
"env_variable": "HALO_ADMIN_PASSWORD"
|
"env_variable": "HALO_ADMIN_PASSWORD"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "text",
|
"type": "url",
|
||||||
"label": "External url",
|
"label": "External url",
|
||||||
"env_variable": "HALO_EXTERNAL_URL"
|
"env_variable": "HALO_EXTERNAL_URL"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
version: "3"
|
version: "3.7"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
halo:
|
halo:
|
||||||
|
@ -44,8 +44,6 @@ services:
|
||||||
- tipi_main_network
|
- tipi_main_network
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/db:/var/lib/postgresql/data
|
- ${APP_DATA_DIR}/db:/var/lib/postgresql/data
|
||||||
ports:
|
|
||||||
- "5432:5432"
|
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: [ "CMD", "pg_isready" ]
|
test: [ "CMD", "pg_isready" ]
|
||||||
interval: 10s
|
interval: 10s
|
||||||
|
|
Loading…
Reference in New Issue
Block a user