Skip to content

Commit

Permalink
Merge pull request #10 from expoli/lute
Browse files Browse the repository at this point in the history
添加lute支持
  • Loading branch information
expoli authored Aug 26, 2020
2 parents 6c9cdf7 + 6d88fc9 commit f1f8fb8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align = "center">
<img alt="Bolo" src="https://github.com/expoli/bolo-solo/raw/master/bolo-logo-256.png">
<img alt="Bolo" src="../start-bolo-with-docker-compose/image/bolo-circle.png">
<br><br>
使用 docker-compose 一键启动 bolo 博客
<br>
Expand Down Expand Up @@ -329,8 +329,15 @@ services:
retries: 10
networks:
- bolo-net
command: --listen_port=${LISTEN_PORT} --server_scheme=${SERVER_SCHEME} --server_host=${SERVER_HOST} --server_port=${SERVER_PORT}

command: --listen_port=${LISTEN_PORT} --server_scheme=${SERVER_SCHEME} --server_host=${SERVER_HOST} --server_port=${SERVER_PORT} --lute_http=http://lute:8249

lute-http:
image: b3log/lute-http
restart: always
expose:
- "8249"
container_name: "lute"

networks:
bolo-net:
```
Expand Down
9 changes: 8 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,14 @@ services:
retries: 10
networks:
- bolo-net
command: --listen_port=${LISTEN_PORT} --server_scheme=${SERVER_SCHEME} --server_host=${SERVER_HOST} --server_port=${SERVER_PORT}
command: --listen_port=${LISTEN_PORT} --server_scheme=${SERVER_SCHEME} --server_host=${SERVER_HOST} --server_port=${SERVER_PORT} --lute_http=http://lute:8249

lute-http:
image: b3log/lute-http
restart: always
expose:
- "8249"
container_name: "lute"

networks:
bolo-net:
Binary file added image/bolo-circle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f1f8fb8

Please sign in to comment.