UVicMartletplace / martletplace

Recreating FB Marketplace for Students - UVic SENG499 Capstone Project
1 stars 0 forks source link

Make search depend on elasticsearch #185

Closed kylestang closed 1 week ago

kylestang commented 1 week ago

Description

Makes the search container depend on the elasticsearch container and adds a healthcheck to elasticsearch.

Closes #184

How to Test

Run docker compose up --build

Checklist

kylestang commented 1 week ago

Pros: Search's integration tests work Cons: Takes about a minute for app to start up