Skip to content

Commit

Permalink
pass env
Browse files Browse the repository at this point in the history
  • Loading branch information
luanfreitasdev committed May 31, 2024
1 parent 9455642 commit fd4a393
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/typesense.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:

typesense:
image: typesense/typesense:26.0
env:
TYPESENSE_DATA_DIR: /data
TYPESENSE_API_KEY: xyz
ports:
- 8108:8108
options: --health-cmd="curl --fail http://localhost:8108/health || exit 1" --health-interval=10s --health-timeout=5s --health-retries=3
Expand Down

0 comments on commit fd4a393

Please sign in to comment.