Skip to content

Commit

Permalink
Use lila-search v3
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed May 7, 2024
1 parent 9fac9b4 commit 151aef6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,13 +227,13 @@ services:
lila_search:
image: sbtscala/scala-sbt:eclipse-temurin-alpine-21.0.2_13_1.9.9_2.13.13
working_dir: /lila-search
entrypoint: ["/bin/sh", "-c", "sbt stage && ./target/universal/stage/bin/lila-search"]
entrypoint: ["/bin/sh", "-c", "sbt stage && ./play/target/universal/stage/bin/lila-search"]
restart: unless-stopped
networks:
- lila-network
volumes:
- ./repos/lila-search:/lila-search
- ./conf/lila-search.conf:/lila-search/conf/application.conf
- ./conf/lila-search.conf:/lila-search/play/conf/application.conf
profiles:
- search

Expand Down

0 comments on commit 151aef6

Please sign in to comment.