Skip to content

Commit

Permalink
adding elasticsearch as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
athalhammer authored Dec 17, 2024
1 parent 66d59fa commit c01e3b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ services:
depends_on:
mysql:
condition: service_healthy
elasticsearch:
condition: service_healthy
restart: unless-stopped
ports:
- 8880:80
Expand Down

0 comments on commit c01e3b0

Please sign in to comment.