Skip to content

Commit

Permalink
add meilisearch workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
imxieke committed Apr 28, 2024
1 parent 90cc207 commit d0fc62a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
TZ: Asia/Shanghai
IMAGE_NAME: "acme caddy chromedriver elixir gitea geckodriver haproxy influxdb memcached minio portainer rabbitmq rust rsync traefik unit varnish"
IMAGE_NAME: "acme caddy chromedriver elixir gitea geckodriver haproxy influxdb meilisearch memcached minio portainer rabbitmq rust rsync traefik unit varnish"

jobs:
build:
Expand Down
9 changes: 9 additions & 0 deletions images/meilisearch/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## Usage
```bash
docker run -it --rm \
-p 7700:7700 \
-v $(pwd)/meili_data:/meili_data \
-e MEILI_MASTER_KEY='dockenv' \
ghcr.io/dockenv/meilisearch:latest \
meilisearch --master-key="dockenv"
```

0 comments on commit d0fc62a

Please sign in to comment.