Skip to content

Commit

Permalink
Run lila-fishnet v3
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Dec 2, 2023
1 parent 8bab48a commit 3aaf8c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ services:
build:
context: docker
dockerfile: lila-fishnet.Dockerfile
environment:
- REDIS_HOST=redis
restart: unless-stopped
networks:
- lila-network
Expand Down
6 changes: 1 addition & 5 deletions docker/lila-fishnet.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,4 @@ FROM sbtscala/scala-sbt:eclipse-temurin-jammy-21.0.1_12_1.9.7_3.3.1

WORKDIR /lila-fishnet

ENTRYPOINT sbt stage && \
./target/universal/stage/bin/lila-fishnet \
-Dhttp.port=9665 \
-Dpidfile.path=/dev/null \
-Dredis.uri="redis://redis"
ENTRYPOINT sbt app/run

0 comments on commit 3aaf8c3

Please sign in to comment.