Skip to content

Commit

Permalink
typesense
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaofeng1227 authored Dec 30, 2023
1 parent 310c3bf commit bd6e721
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
16 changes: 7 additions & 9 deletions apps/typesense/.env
Original file line number Diff line number Diff line change
@@ -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
#### --------------------------------------------------------------------------------------- ####
2 changes: 1 addition & 1 deletion apps/typesense/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions apps/typesense/variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
{
"dist": "community",
"version": [
"0.24.1",
"latest"
"0.25.0"
]
}
],
Expand Down

0 comments on commit bd6e721

Please sign in to comment.