Skip to content

Commit

Permalink
add book-searcher
Browse files Browse the repository at this point in the history
  • Loading branch information
DejavuMoe committed May 10, 2023
0 parents commit 0682f0f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions book-searcher/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: '3'

services:
book-searcher:
image: dejavumoe/book-searcher
restart: always
ports:
- "127.0.0.1:7070:7070"
volumes:
- ./index:/index
Empty file added book-searcher/index/.gitkeep
Empty file.

0 comments on commit 0682f0f

Please sign in to comment.