Skip to content

Commit

Permalink
update docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
jianyun8023 committed Aug 27, 2024
1 parent 07e0e5a commit fa19d0c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ services:
#- CALIBRE_SEARCH_APIKEY=
- CALIBRE_SEARCH_INDEX=books
- CALIBRE_TMPDIR=/tmp
- CALIBRE_METADATA_DOUBANURL=http://douban-api:8085
depends_on:
- meilisearch
- douban-api
meilisearch:
restart: unless-stopped
container_name: meilisearch
Expand All @@ -27,5 +29,12 @@ services:
- meili_data:/meili_data
ports:
- "7700:7700"
douban-api:
restart: unless-stopped
image: ghcr.io/jianyun8023/simple-boot-douban-api:latest
environment:
- DOUBAN_PROXY_IMAGE_URL=true
ports:
- 8085:8085
volumes:
meili_data:

0 comments on commit fa19d0c

Please sign in to comment.