diff --git a/apps/typesense/.env b/apps/typesense/.env index 1e3a6875e..7ee85ef16 100644 --- a/apps/typesense/.env +++ b/apps/typesense/.env @@ -1,18 +1,16 @@ -W9_POWER_PASSWORD=spJNF09yzwWJaG! W9_VERSION=0.24.1 -W9_ID=typesense - +W9_DIST=community W9_REPO=typesense/typesense -#### -- Not allowed to edit below environments when recreate app based on existing data -- #### -W9_HTTP_PORT=8108 -W9_HTTP_PORT_SET=8109 -W9_NETWORK=websoft9 +W9_POWER_PASSWORD=spJNF09yzwWJaG! +#### -- Not allowed to edit below environments when recreate app based on existing data -- #### +W9_ID=typesense +W9_API_PORT=8108 +W9_API_PORT_SET=8109 W9_ENABLE_CORS=True W9_DATA_PATH=/data W9_HOST=172.17.0.1 W9_KEY=$W9_POWER_PASSWORD W9_PROTOCOL=http -W9_DIST=community -W9_DB_EXPOSE="mysql" +W9_NETWORK=websoft9 #### --------------------------------------------------------------------------------------- #### \ No newline at end of file diff --git a/apps/typesense/docker-compose.yml b/apps/typesense/docker-compose.yml index cd7ca4a9e..b0c04f0b8 100644 --- a/apps/typesense/docker-compose.yml +++ b/apps/typesense/docker-compose.yml @@ -20,7 +20,7 @@ services: - TYPESENSE_DATA_DIR=${W9_DATA_PATH} - TYPESENSE_ENABLE_CORS=true ports: - - "${W9_HTTP_PORT_SET}:${W9_HTTP_PORT}" + - "${W9_API_PORT_SET}:${W9_API_PORT}" volumes: - typesense:/data env_file: .env diff --git a/apps/typesense/variables.json b/apps/typesense/variables.json index 2f2809df3..192baa0d3 100644 --- a/apps/typesense/variables.json +++ b/apps/typesense/variables.json @@ -7,8 +7,7 @@ { "dist": "community", "version": [ - "0.24.1", - "latest" + "0.25.0" ] } ],