Skip to content

Commit

Permalink
trim typesense even smaller
Browse files Browse the repository at this point in the history
turns out the issue was it was exposing port 8107 (which it autodetected) instead of 8108. added the `PORT` env var to render.com admin panel and restarted and it’s fixed!
  • Loading branch information
mismith committed May 27, 2024
1 parent 9407095 commit c4b664b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile.typesense
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
FROM typesense/typesense:0.23.1

# Configure Typesense
ENV TYPESENSE_DATA_DIR=/app/typesense-data
ENV TYPESENSE_ENABLE_CORS=true
# ENV TYPESENSE_API_KEY is stored in Render.com env vars

EXPOSE 8108
EXPOSE 443

0 comments on commit c4b664b

Please sign in to comment.