Deploy¶
Download the seasearch.yml¶
wget https://haiwen.github.io/seasearch-docs/repo/seasearch.yml
Modify .env file¶
First, you need to specify the environment variables used by the SeaSearch image in the relevant .env
file. Some environment variables can be found in here. Please add and modify the environment variables (i.e., <...>
) of the following fields in the .env
file.
# other environment variables in .env file
# For Apple's chip (M2, e.g.), you should use the images with -nomkl tags (i.e., seafileltd/seasearch-nomkl:latest)
SEASEARCH_IMAGE=seafileltd/seasearch:latest
SEASEARCH_DATA_PATH=<persistent-volume-path-of-seasearch>
ZINC_FIRST_ADMIN_USER=<admin-username>
ZINC_FIRST_ADMIN_PASSWORD=<admin-password>
Restart the Service¶
docker-compose down
docker-compose up
Browse seasearch services in http://127.0.0.1:4080/.